From d3452fc59b9839846225fd254926c64a9c71f071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 18 Apr 2020 16:10:56 +0200 Subject: Refactor websites --- modules/private/websites/tools/git/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/private/websites/tools/git/default.nix') diff --git a/modules/private/websites/tools/git/default.nix b/modules/private/websites/tools/git/default.nix index 56e4401..55f9ecb 100644 --- a/modules/private/websites/tools/git/default.nix +++ b/modules/private/websites/tools/git/default.nix @@ -19,8 +19,8 @@ in { services.websites.env.tools.modules = gitweb.apache.modules ++ mantisbt.apache.modules; - myServices.websites.webappDirs."${gitweb.apache.webappName}" = gitweb.webRoot; - myServices.websites.webappDirs."${mantisbt.apache.webappName}" = mantisbt.webRoot; + services.websites.webappDirs."${gitweb.apache.webappName}" = gitweb.webRoot; + services.websites.webappDirs."${mantisbt.apache.webappName}" = mantisbt.webRoot; system.activationScripts.mantisbt = mantisbt.activationScript; services.websites.env.tools.vhostConfs.git = { -- cgit v1.2.3