mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-05-12 19:13:59 +08:00
Fix age key generation and test it
This commit is contained in:
parent
5db02f2939
commit
4cebc08062
2 changed files with 6 additions and 1 deletions
|
|
@ -55,6 +55,11 @@
|
|||
sops = {
|
||||
defaultSopsFile = ./test-assets/secrets.yaml;
|
||||
secrets.test_key = {};
|
||||
# Generate a key and append it to make sure it appending doesn't break anything
|
||||
age = {
|
||||
keyFile = "/tmp/testkey";
|
||||
generateKey = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue