X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fsystem%2Fdilion.nix;h=fa92cd98a96bc1ccfad58ce56c42c6962a8cbf23;hp=b9be8b073430b7e7019526b099d5bb3fcf5684f9;hb=7c5e6fe8b639e3175798c097170a0b94ca7326b7;hpb=5315b439af1f72c3282549508ae58d86d66e38ec diff --git a/modules/private/system/dilion.nix b/modules/private/system/dilion.nix index b9be8b0..fa92cd9 100644 --- a/modules/private/system/dilion.nix +++ b/modules/private/system/dilion.nix @@ -173,8 +173,8 @@ user = config.services.nginx.user; group = config.services.nginx.group; extraDomains = { - "dev.immae.eu" = null; - "caldance.immae.eu" = null; + "dilion.immae.dev" = null; + "caldance.cs.immae.dev" = null; }; }; services.nginx = { @@ -186,13 +186,13 @@ caldance.servers."caldance:3031" = {}; }; virtualHosts = { - "dev.immae.eu" = { + "dilion.immae.dev" = { acmeRoot = config.myServices.certificates.webroot; useACMEHost = name; forceSSL = true; root = "/home/immae/www"; }; - "caldance.immae.eu" = { + "caldance.cs.immae.dev" = { acmeRoot = config.myServices.certificates.webroot; useACMEHost = name; forceSSL = true;