nixos-config/machines/sops.nix

9 lines
205 B
Nix
Raw Normal View History

{ ... }:
2023-04-19 06:16:39 +00:00
{
sops = {
defaultSopsFile = ./secrets.yaml;
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
# age.keyFile = "/var/lib/sops-nix/keys.txt";
# age.generateKey = true;
};
2023-04-19 06:16:39 +00:00
}