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