merge
This commit is contained in:
11
hosts/pi5/sops.nix
Executable file
11
hosts/pi5/sops.nix
Executable file
@@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
{
|
||||
sops = {
|
||||
defaultSopsFile = ../../secrets/secrets.yaml;
|
||||
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
||||
secrets = {
|
||||
"wifi" = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user