Fix recursion on self
Some checks failed
Update Nix Flake / update-flake (push) Failing after 12s

This commit is contained in:
2026-03-23 21:57:18 +01:00
parent 8896788bfd
commit 64392b695e
7 changed files with 51 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
{
self,
pwd,
inputs,
config,
...
@@ -19,5 +19,5 @@ in {
generateKey = false; # TODO: building should not work without secrets!?
};
sops.defaultSopsFile = "${self}/hosts/secrets-common.yaml";
sops.defaultSopsFile = "${pwd}/hosts/secrets-common.yaml";
}