X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Ftools%2Fether%2Fdefault.nix;h=c03852812143ce8281104272f4d3c42656faa625;hp=3e68d54e5ee2fbe3d4834f08fec4fa3a4ef019d3;hb=29f8cb850d74b456d6481a456311bbf5361d328c;hpb=2e48907d64491a06454b342a1a56d03a0835753d diff --git a/modules/private/websites/tools/ether/default.nix b/modules/private/websites/tools/ether/default.nix index 3e68d54..c038528 100644 --- a/modules/private/websites/tools/ether/default.nix +++ b/modules/private/websites/tools/ether/default.nix @@ -138,10 +138,10 @@ in { paths = [ ecfg.sessionKeyFile ecfg.apiKeyFile ecfg.configFile ]; }; - services.websites.tools.modules = [ + services.websites.env.tools.modules = [ "headers" "proxy" "proxy_http" "proxy_wstunnel" ]; - services.websites.tools.vhostConfs.etherpad-lite = { + services.websites.env.tools.vhostConfs.etherpad-lite = { certName = "eldiron"; addToCerts = true; hosts = [ "ether.immae.eu" ];