From daf64e3f7de98e4267823d14fa34891b27b5f657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 14 May 2019 08:47:00 +0200 Subject: Start moving websites configuration to modules --- modules/private/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/private/default.nix') diff --git a/modules/private/default.nix b/modules/private/default.nix index ba46374..6c71af3 100644 --- a/modules/private/default.nix +++ b/modules/private/default.nix @@ -1,6 +1,6 @@ { # adatped from nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix - httpdProd = import ./httpd-service-builder.nix { httpdName = "Prod"; withUsers = false; }; 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; }; } -- cgit v1.2.3