]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/default.nix
Move httpd service builder outside of private
[perso/Immae/Config/Nix.git] / modules / private / default.nix
index 6c71af3ec473aa2c2b51b025cfbc7f21650aedaa..394a85b6b6a056617fc53b5c297ed3a53bf25569 100644 (file)
@@ -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; };
 }