sops: Improve secrets provisioning to split out staging
This commit is contained in:
parent
ab3aa19481
commit
6a81ce4c1d
8 changed files with 151 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue