X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=nixops%2Fmodules%2Fwebsites%2Fftp%2Fimmae.nix;h=2ecca1fe764a8c44ce1f03f474c990ba32b1fdeb;hb=b7ee93fcdee2509cd4c0caec2c5c59ccff5bab2c;hp=64e6a59a5ae29705d9e5318c9f852e1eef3a9a33;hpb=706060700aac9221861c29db639e89b9600e2f09;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/nixops/modules/websites/ftp/immae.nix b/nixops/modules/websites/ftp/immae.nix index 64e6a59..2ecca1f 100644 --- a/nixops/modules/websites/ftp/immae.nix +++ b/nixops/modules/websites/ftp/immae.nix @@ -17,10 +17,7 @@ in { config = lib.mkIf cfg.production.enable { services.myWebsites.commons.stats.enable = true; services.myWebsites.commons.stats.sites = [ - { - name = "www.immae.eu"; - conf = ./immae_goaccess.conf; - } + { name = "www.immae.eu"; } ]; security.acme.certs."eldiron".extraDomains."www.immae.eu" = null;