vm: Change domain
This commit is contained in:
parent
aaa9a164f7
commit
aec7c5c7d8
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
||||||
boot.kernelParams = ["nomodeset"];
|
boot.kernelParams = ["nomodeset"];
|
||||||
|
|
||||||
networking.hostName = "testvm";
|
networking.hostName = "testvm";
|
||||||
# Sets the base domain for nginx to localhost so that we
|
# Sets the base domain for nginx to a local domain so that we can
|
||||||
# can easily test locally with the VM.
|
# easily test locally with the VM.
|
||||||
services.nginx.domain = "localhost";
|
services.nginx.domain = "dev.local";
|
||||||
|
|
||||||
# Use the staging secrets
|
# Use the staging secrets
|
||||||
sops.defaultSopsFile = lib.mkOverride 99 ../../keys/staging.yaml;
|
sops.defaultSopsFile = lib.mkOverride 99 ../../keys/staging.yaml;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue