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
configuration
10
configuration/sops.nix
Normal file
10
configuration/sops.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
sops = {
|
||||
defaultSopsFile = ../keys/production.yaml;
|
||||
secrets."nextcloud/tlater" = {
|
||||
owner = "nextcloud";
|
||||
group = "nextcloud";
|
||||
};
|
||||
secrets."steam/tlater" = {};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue