aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/ether.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/tools/ether.nix')
-rw-r--r--nixops/modules/websites/tools/ether.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/ether.nix b/nixops/modules/websites/tools/ether.nix
index 6222b22..8c9bbb1 100644
--- a/nixops/modules/websites/tools/ether.nix
+++ b/nixops/modules/websites/tools/ether.nix
@@ -136,9 +136,9 @@ in {
136 services.websites.tools.modules = [ 136 services.websites.tools.modules = [
137 "headers" "proxy" "proxy_http" "proxy_wstunnel" 137 "headers" "proxy" "proxy_http" "proxy_wstunnel"
138 ]; 138 ];
139 security.acme.certs."eldiron".extraDomains."ether.immae.eu" = null;
140 services.websites.tools.vhostConfs.etherpad-lite = { 139 services.websites.tools.vhostConfs.etherpad-lite = {
141 certName = "eldiron"; 140 certName = "eldiron";
141 addToCerts = true;
142 hosts = [ "ether.immae.eu" ]; 142 hosts = [ "ether.immae.eu" ];
143 root = null; 143 root = null;
144 extraConfig = [ '' 144 extraConfig = [ ''