Periodic update #95

Manually merged
tlater merged 5 commits from tlater/update into master 2024-03-11 04:04:02 +00:00
Showing only changes of commit aec7c5c7d8 - Show all commits

View file

@ -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;