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