]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/default.nix
Start moving websites configuration to modules
[perso/Immae/Config/Nix.git] / modules / private / default.nix
index ba463748172a2193ecd8591734c72d05c10ce1b0..6c71af3ec473aa2c2b51b025cfbc7f21650aedaa 100644 (file)
@@ -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; };
 }