X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fsystem%2Fdilion.nix;h=5c246565eba94d5f93efd233550df4eaad331d98;hp=cc4297e0f4e7ce2f74dcc4abbb2dc5f23c30d89c;hb=49654501de3bd7dab64da12c99fc7845fb84110a;hpb=5dda316b382211733cda7163b33bf388dd052671 diff --git a/modules/private/system/dilion.nix b/modules/private/system/dilion.nix index cc4297e..5c24656 100644 --- a/modules/private/system/dilion.nix +++ b/modules/private/system/dilion.nix @@ -130,8 +130,6 @@ user = config.services.nginx.user; group = config.services.nginx.group; extraDomains = { - "discourse.immae.eu" = null; - "discourse.cip-ca.fr" = null; "dev.immae.eu" = null; "caldance.immae.eu" = null; }; @@ -151,18 +149,6 @@ forceSSL = true; root = "/home/immae/www"; }; - "discourse.immae.eu" = { - acmeRoot = config.myServices.certificates.webroot; - useACMEHost = name; - forceSSL = true; - locations."/".proxyPass = "http://localhost:18031"; - }; - "discourse.cip-ca.fr" = { - acmeRoot = config.myServices.certificates.webroot; - useACMEHost = name; - forceSSL = true; - locations."/".proxyPass = "http://localhost:18031"; - }; "caldance.immae.eu" = { acmeRoot = config.myServices.certificates.webroot; useACMEHost = name;