X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=nixops%2Fmodules%2Fwebsites%2Fftp%2Fjerome.nix;h=e04d6408ebe6ce448cca25d86918f24514b81a1f;hb=b7ee93fcdee2509cd4c0caec2c5c59ccff5bab2c;hp=18d16a11757ea69670330b7cb968b0bf34d01558;hpb=1b3154e40a568a296c74759d68827366b5f26da9;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/nixops/modules/websites/ftp/jerome.nix b/nixops/modules/websites/ftp/jerome.nix index 18d16a1..e04d640 100644 --- a/nixops/modules/websites/ftp/jerome.nix +++ b/nixops/modules/websites/ftp/jerome.nix @@ -18,10 +18,7 @@ in { config = lib.mkIf cfg.production.enable { services.myWebsites.commons.stats.enable = true; services.myWebsites.commons.stats.sites = [ - { - name = "naturaloutil.immae.eu"; - conf = ./jerome_goaccess.conf; - } + { name = "naturaloutil.immae.eu"; } ]; security.acme.certs."ftp".extraDomains."naturaloutil.immae.eu" = null; @@ -29,7 +26,7 @@ in { domain = "naturaloutil.immae.eu"; }; - mySecrets.keys = [{ + secrets.keys = [{ dest = "webapps/prod-naturaloutil"; user = "wwwrun"; group = "wwwrun";