]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - modules/private/default.nix
394a85b6b6a056617fc53b5c297ed3a53bf25569
[perso/Immae/Config/Nix.git] / modules / private / default.nix
1 {
2 # adatped from nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix
3 httpdInte = import ../websites/httpd-service-builder.nix { httpdName = "Inte"; withUsers = false; };
4 httpdProd = import ../websites/httpd-service-builder.nix { httpdName = "Prod"; withUsers = false; };
5 httpdTools = import ../websites/httpd-service-builder.nix { httpdName = "Tools"; withUsers = true; };
6 }