Initial commit
This commit is contained in:
7
system/sops.nix
Normal file
7
system/sops.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }: {
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets/secrets.yaml;
|
||||
age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
age.generateKey = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user