From 7c5e6fe8b639e3175798c097170a0b94ca7326b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 22 Oct 2021 22:21:15 +0200 Subject: Use immae.dev domain --- modules/private/system/dilion.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/private/system') 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; -- cgit v1.2.3