X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fdefault.nix;h=394a85b6b6a056617fc53b5c297ed3a53bf25569;hb=6c97d2d715620a1cdc3b8a785174590ec0dafb98;hp=6c71af3ec473aa2c2b51b025cfbc7f21650aedaa;hpb=7df420c27ebe7daaa4fd099c457ce9a9075b840e;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/default.nix b/modules/private/default.nix index 6c71af3..394a85b 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 - 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; }; + httpdInte = import ../websites/httpd-service-builder.nix { httpdName = "Inte"; withUsers = false; }; + httpdProd = import ../websites/httpd-service-builder.nix { httpdName = "Prod"; withUsers = false; }; + httpdTools = import ../websites/httpd-service-builder.nix { httpdName = "Tools"; withUsers = true; }; }