X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=nixops%2Fmodules%2Fwebsites%2Ftools%2Fgit%2Fdefault.nix;h=ea0d9717ae152f2df53d288a048d74da56888a11;hp=bfcfc6212c58a15820f5244baf4a4d273ce99b38;hb=daf64e3f7de98e4267823d14fa34891b27b5f657;hpb=017cb76f3355369a57cee7e851e013fbe7b265b7 diff --git a/nixops/modules/websites/tools/git/default.nix b/nixops/modules/websites/tools/git/default.nix index bfcfc62..ea0d971 100644 --- a/nixops/modules/websites/tools/git/default.nix +++ b/nixops/modules/websites/tools/git/default.nix @@ -16,7 +16,7 @@ in { security.acme.certs."eldiron".extraDomains."git.immae.eu" = null; secrets.keys = mantisbt.keys; - services.myWebsites.tools.modules = + services.websites.tools.modules = gitweb.apache.modules ++ mantisbt.apache.modules; system.extraSystemBuilderCmds = '' @@ -25,7 +25,7 @@ in { ln -s ${mantisbt.webRoot} $out/webapps/${mantisbt.apache.webappName} ''; - services.myWebsites.tools.vhostConfs.git = { + services.websites.tools.vhostConfs.git = { certName = "eldiron"; hosts = ["git.immae.eu" ]; root = gitweb.apache.root;