Some checks failed
Build iso when a new version is pushed / test (push) Failing after 2m27s
9 lines
140 B
Nix
9 lines
140 B
Nix
{lib, ...}:
|
|
|
|
{
|
|
sops = {
|
|
defaultSopsFile = ../../secrets/secrets.yaml;
|
|
age.keyFile = "/home/tom/.config/sops/age/keys.txt";
|
|
};
|
|
}
|