diff options
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; |