X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fdefault.nix;h=0d420ea0905cd7c225c89e404631ba9c91f67db1;hp=c3d941c2f5014b3867e12e54fe806aaff6883f90;hb=29f8cb850d74b456d6481a456311bbf5361d328c;hpb=2e48907d64491a06454b342a1a56d03a0835753d diff --git a/modules/private/websites/default.nix b/modules/private/websites/default.nix index c3d941c..0d420ea 100644 --- a/modules/private/websites/default.nix +++ b/modules/private/websites/default.nix @@ -142,7 +142,7 @@ in services.filesWatcher.httpdInte.paths = [ "/var/secrets/apache-ldap" ]; services.filesWatcher.httpdTools.paths = [ "/var/secrets/apache-ldap" ]; - services.websites.production = { + services.websites.env.production = { enable = true; adminAddr = "httpd@immae.eu"; httpdName = "Prod"; @@ -159,7 +159,7 @@ in }; }; - services.websites.integration = { + services.websites.env.integration = { enable = true; adminAddr = "httpd@immae.eu"; httpdName = "Inte"; @@ -176,7 +176,7 @@ in }; }; - services.websites.tools = { + services.websites.env.tools = { enable = true; adminAddr = "httpd@immae.eu"; httpdName = "Tools";