Moved sops to its own modules
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
];
|
||||
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
sops.secrets.smb = {
|
||||
sopsFile = ./secrets/smb.creds;
|
||||
sopsFile = ../secrets/smb.creds;
|
||||
format = "binary";
|
||||
mode = "0400";
|
||||
owner = "root";
|
||||
|
||||
Reference in New Issue
Block a user