nixfiles/home/profiles/common/sops.nix

8 lines
No EOL
174 B
Nix

{ parent, ... }: {
sops = {
age.sshKeyPaths = [
"/home/kat/.ssh/id_ed25519"
];
defaultSopsFile = parent.sops.defaultSopsFile;
};
}