]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/private/default.nix
Start moving websites configuration to modules
[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
581c499c 3 httpdInte = import ./httpd-service-builder.nix { httpdName = "Inte"; withUsers = false; };
daf64e3f 4 httpdProd = import ./httpd-service-builder.nix { httpdName = "Prod"; withUsers = false; };
581c499c
IB
5 httpdTools = import ./httpd-service-builder.nix { httpdName = "Tools"; withUsers = true; };
6}