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