Files
nix-config/hosts/pi5/sops.nix
mjallen18 2b2fa1bdbc merge
2025-05-08 15:40:47 -05:00

12 lines
182 B
Nix
Executable File

{ ... }:
{
sops = {
defaultSopsFile = ../../secrets/secrets.yaml;
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
secrets = {
"wifi" = { };
};
};
}