fruitbasket/modules/sops.nix

6 lines
107 B
Nix

{ ... }:
{
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.age.generateKey = false;
}