Files
tomoron 05861081ce
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 2m27s
diverse changes, add cloudflared
2025-12-23 18:42:13 +01:00

9 lines
140 B
Nix

{lib, ...}:
{
sops = {
defaultSopsFile = ../../secrets/secrets.yaml;
age.keyFile = "/home/tom/.config/sops/age/keys.txt";
};
}