aboutsummaryrefslogtreecommitdiff
path: root/modules/private/default.nix
blob: 394a85b6b6a056617fc53b5c297ed3a53bf25569 (plain) (blame)
1
2
3
4
5
6
{
  # adatped from nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix
  httpdInte  = import ../websites/httpd-service-builder.nix { httpdName = "Inte"; withUsers = false; };
  httpdProd  = import ../websites/httpd-service-builder.nix { httpdName = "Prod"; withUsers = false; };
  httpdTools = import ../websites/httpd-service-builder.nix { httpdName = "Tools"; withUsers = true; };
}