vm: Change domain

pull/95/head
Tristan Daniël Maat 2024-03-11 04:50:59 +01:00
parent aaa9a164f7
commit aec7c5c7d8
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@
boot.kernelParams = ["nomodeset"];
networking.hostName = "testvm";
# Sets the base domain for nginx to localhost so that we
# can easily test locally with the VM.
services.nginx.domain = "localhost";
# Sets the base domain for nginx to a local domain so that we can
# easily test locally with the VM.
services.nginx.domain = "dev.local";
# Use the staging secrets
sops.defaultSopsFile = lib.mkOverride 99 ../../keys/staging.yaml;