mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-07-11 21:29:59 +02:00
updating authentik-outpost-ldap service
This commit is contained in:
parent
5cf1839628
commit
961cefda55
1 changed files with 5 additions and 2 deletions
|
@ -124,10 +124,13 @@
|
|||
#$@(if proxy
|
||||
(list
|
||||
(string-append "http_proxy=" proxy)
|
||||
(string-append "https_proxy=" proxy))
|
||||
(string-append "https_proxy=" proxy)
|
||||
(string-append "HTTP_PROXY=" proxy)
|
||||
(string-append "HTTPS_PROXY=" proxy))
|
||||
'())
|
||||
#$@(if noproxy
|
||||
(list (string-append "no_proxy=" noproxy))
|
||||
(list (string-append "no_proxy=" noproxy)
|
||||
(string-append "NO_PROXY=" noproxy))
|
||||
'())
|
||||
(string-append "AUTHENTIK_HOST=" #$authentik-host)
|
||||
(string-append "AUTHENTIK_TOKEN=" #$authentik-token)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue