]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/private/default.nix
Make httpd service builder
[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
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}