sops-nix and compose2nix my beloveloathed
This commit is contained in:
parent
04e069542b
commit
a110fa37bc
1 changed files with 5 additions and 2 deletions
|
|
@ -25,5 +25,8 @@
|
||||||
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||||
# This will generate a new key if the key specified above does not exist
|
# This will generate a new key if the key specified above does not exist
|
||||||
sops.age.generateKey = true;
|
sops.age.generateKey = true;
|
||||||
sops.secrets."songsheet/database" = {};
|
# Use the flat key name with quotes
|
||||||
}
|
sops.secrets."songsheet/database" = {
|
||||||
|
key = "songsheet/database";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue