aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-28 00:15:47 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-28 13:49:34 +0100
commit0c506c055cb2fe42bcc92e905dc7996a75a66b7e (patch)
tree089c035607e518d0064453cfa397fea7550fa223 /modules/private/websites
parent86c40d69d72bd7085ee4e6108fa1dc6ff3be9184 (diff)
downloadNix-0c506c055cb2fe42bcc92e905dc7996a75a66b7e.tar.gz
Nix-0c506c055cb2fe42bcc92e905dc7996a75a66b7e.tar.zst
Nix-0c506c055cb2fe42bcc92e905dc7996a75a66b7e.zip
Update nix unstable
Diffstat (limited to 'modules/private/websites')
-rw-r--r--modules/private/websites/tools/peertube/default.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/private/websites/tools/peertube/default.nix b/modules/private/websites/tools/peertube/default.nix
index 9c5ef5a..d2cbe40 100644
--- a/modules/private/websites/tools/peertube/default.nix
+++ b/modules/private/websites/tools/peertube/default.nix
@@ -43,18 +43,6 @@ in {
43 socket: '${env.redis.socket}' 43 socket: '${env.redis.socket}'
44 auth: null 44 auth: null
45 db: ${env.redis.db} 45 db: ${env.redis.db}
46 auth:
47 local:
48 enabled: true
49 ldap:
50 enabled: true
51 ldap_only: false
52 url: ldaps://${env.ldap.host}/${env.ldap.base}
53 bind_dn: ${env.ldap.dn}
54 bind_password: ${env.ldap.password}
55 base: ${env.ldap.base}
56 mail_entry: "mail"
57 user_filter: "${env.ldap.filter}"
58 smtp: 46 smtp:
59 transport: sendmail 47 transport: sendmail
60 sendmail: '/run/wrappers/bin/sendmail' 48 sendmail: '/run/wrappers/bin/sendmail'