aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/peertube
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-13 10:41:30 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-13 10:41:30 +0200
commit0f466f6d5aec0d3fcf406fe2bb71effa5a1a1386 (patch)
treeff5a002512e0d68ed6adfe7d0361bfab1fe75abd /nixops/modules/websites/tools/peertube
parente2ca51b2f47652f64b497e53249c29ad4b96a6e9 (diff)
downloadNix-0f466f6d5aec0d3fcf406fe2bb71effa5a1a1386.tar.gz
Nix-0f466f6d5aec0d3fcf406fe2bb71effa5a1a1386.tar.zst
Nix-0f466f6d5aec0d3fcf406fe2bb71effa5a1a1386.zip
Cleanup e-mails from immae.eu domains
Diffstat (limited to 'nixops/modules/websites/tools/peertube')
-rw-r--r--nixops/modules/websites/tools/peertube/peertube.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixops/modules/websites/tools/peertube/peertube.nix b/nixops/modules/websites/tools/peertube/peertube.nix
index 75629bd..ba49e2b 100644
--- a/nixops/modules/websites/tools/peertube/peertube.nix
+++ b/nixops/modules/websites/tools/peertube/peertube.nix
@@ -98,7 +98,7 @@ let
98 tls: true # If you use StartTLS: false 98 tls: true # If you use StartTLS: false
99 disable_starttls: false 99 disable_starttls: false
100 ca_file: null # Used for self signed certificates 100 ca_file: null # Used for self signed certificates
101 from_address: 'peertube@immae.eu' 101 from_address: 'peertube@tools.immae.eu'
102 storage: 102 storage:
103 tmp: '${varDir}/storage/tmp/' 103 tmp: '${varDir}/storage/tmp/'
104 avatars: '${varDir}/storage/avatars/' 104 avatars: '${varDir}/storage/avatars/'
@@ -130,7 +130,7 @@ let
130 captions: 130 captions:
131 size: 500 # Max number of video captions/subtitles you want to cache 131 size: 500 # Max number of video captions/subtitles you want to cache
132 admin: 132 admin:
133 email: 'peertube@immae.eu' 133 email: 'peertube@tools.immae.eu'
134 contact_form: 134 contact_form:
135 enabled: true 135 enabled: true
136 signup: 136 signup: