sops: Improve secrets provisioning to split out staging

This commit is contained in:
Tristan Daniël Maat 2022-10-12 02:03:22 +01:00
parent ab3aa19481
commit 6a81ce4c1d
Signed by: tlater
GPG key ID: 49670FD774E43268
8 changed files with 151 additions and 7 deletions

View file

@ -84,6 +84,9 @@
# can easily test locally with the VM.
services.nginx.domain = lib.mkOverride 99 "localhost";
# Use the staging secrets
sops.defaultSopsFile = lib.mkOverride 99 ./keys/staging.yaml;
# # Set up VM settings to match real VPS
# virtualisation.memorySize = 3941;
# virtualisation.cores = 2;