diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-10-22 22:21:15 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-10-23 01:48:17 +0200 |
commit | 7c5e6fe8b639e3175798c097170a0b94ca7326b7 (patch) | |
tree | d5541c7d779b78942348bb60f36a411fd0b7a60e /modules/private/system | |
parent | 5315b439af1f72c3282549508ae58d86d66e38ec (diff) | |
download | Nix-7c5e6fe8b639e3175798c097170a0b94ca7326b7.tar.gz Nix-7c5e6fe8b639e3175798c097170a0b94ca7326b7.tar.zst Nix-7c5e6fe8b639e3175798c097170a0b94ca7326b7.zip |
Use immae.dev domain
Diffstat (limited to 'modules/private/system')
-rw-r--r-- | modules/private/system/dilion.nix | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
173 | user = config.services.nginx.user; | 173 | user = config.services.nginx.user; |
174 | group = config.services.nginx.group; | 174 | group = config.services.nginx.group; |
175 | extraDomains = { | 175 | extraDomains = { |
176 | "dev.immae.eu" = null; | 176 | "dilion.immae.dev" = null; |
177 | "caldance.immae.eu" = null; | 177 | "caldance.cs.immae.dev" = null; |
178 | }; | 178 | }; |
179 | }; | 179 | }; |
180 | services.nginx = { | 180 | services.nginx = { |
@@ -186,13 +186,13 @@ | |||
186 | caldance.servers."caldance:3031" = {}; | 186 | caldance.servers."caldance:3031" = {}; |
187 | }; | 187 | }; |
188 | virtualHosts = { | 188 | virtualHosts = { |
189 | "dev.immae.eu" = { | 189 | "dilion.immae.dev" = { |
190 | acmeRoot = config.myServices.certificates.webroot; | 190 | acmeRoot = config.myServices.certificates.webroot; |
191 | useACMEHost = name; | 191 | useACMEHost = name; |
192 | forceSSL = true; | 192 | forceSSL = true; |
193 | root = "/home/immae/www"; | 193 | root = "/home/immae/www"; |
194 | }; | 194 | }; |
195 | "caldance.immae.eu" = { | 195 | "caldance.cs.immae.dev" = { |
196 | acmeRoot = config.myServices.certificates.webroot; | 196 | acmeRoot = config.myServices.certificates.webroot; |
197 | useACMEHost = name; | 197 | useACMEHost = name; |
198 | forceSSL = true; | 198 | forceSSL = true; |