{
# 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; };
+ 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; };
}