X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fdefault.nix;h=6c71af3ec473aa2c2b51b025cfbc7f21650aedaa;hp=ba463748172a2193ecd8591734c72d05c10ce1b0;hb=daf64e3f7de98e4267823d14fa34891b27b5f657;hpb=017cb76f3355369a57cee7e851e013fbe7b265b7 diff --git a/modules/private/default.nix b/modules/private/default.nix index ba46374..6c71af3 100644 --- a/modules/private/default.nix +++ b/modules/private/default.nix @@ -1,6 +1,6 @@ { # adatped from nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix - httpdProd = import ./httpd-service-builder.nix { httpdName = "Prod"; withUsers = false; }; httpdInte = import ./httpd-service-builder.nix { httpdName = "Inte"; withUsers = false; }; + httpdProd = import ./httpd-service-builder.nix { httpdName = "Prod"; withUsers = false; }; httpdTools = import ./httpd-service-builder.nix { httpdName = "Tools"; withUsers = true; }; }