puter/common/system/features/sops.nix
2023-09-29 20:39:08 +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 = [];
}