puter/common/nixos/features/sops.nix
2023-09-17 13:31:20 +02:00

7 lines
175 B
Nix

{inputs, ...}: {
sops.defaultSopsFile = ../../../secrets/default.yaml;
sops.age.sshKeyPaths = ["/persist/etc/ssh/ssh_host_ed25519_key"];
sops.gnupg.sshKeyPaths = [];
}