nixos-config/config/sops.nix

5 lines
156 B
Nix
Raw Normal View History

2022-06-12 15:39:15 +00:00
{config, ...}: {
sops.age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
sops.defaultSopsFile = ../secrets + "/${config.networking.hostName}.yaml";
2022-01-14 14:13:55 +00:00
}