puter/common/system/features/sops.nix

7 lines
175 B
Nix
Raw Normal View History

2023-09-17 11:31:20 +00:00
{inputs, ...}: {
sops.defaultSopsFile = ../../../secrets/default.yaml;
sops.age.sshKeyPaths = ["/persist/etc/ssh/ssh_host_ed25519_key"];
sops.gnupg.sshKeyPaths = [];
}