More sops secret setup.
This commit is contained in:
11
nodes/hosts/common/system/sops.nix
Normal file
11
nodes/hosts/common/system/sops.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, inputs, ... }: {
|
||||
sops = {
|
||||
defaultSopsFile = "/home/jay/nixverse/private/secrets.yaml"
|
||||
secrets = {
|
||||
jay_password = {
|
||||
neededForUsers = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user