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