]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/private/default.nix
Move httpd service builder outside of private
[perso/Immae/Config/Nix.git] / modules / private / default.nix
CommitLineData
581c499c
IB
1{
2 # adatped from nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix
6c97d2d7
IB
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; };
581c499c 6}