fruitbasket/modules/sops.nix

6 lines
107 B
Nix
Raw Normal View History

2023-09-17 20:14:32 +02:00
{ ... }:
2022-08-16 15:40:59 +02:00
{
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.age.generateKey = false;
}