nixos/home/sops/default.nix

8 lines
152 B
Nix
Raw Permalink Normal View History

2024-07-17 20:22:04 +00:00
{ user, ... }:
{
2024-03-06 19:17:04 +00:00
sops = {
age.keyFile = "/home/${user}/.config/sops/age/keys.txt";
defaultSopsFile = ../../secrets/torjus/secret.yaml;
};
}