From 7f6e0beda78fdf24e263ade05427da85f4a1eb53 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 27 Aug 2024 14:29:00 +0200 Subject: [PATCH] Fix: revert remove clanDir default --- nixosModules/clanCore/metadata.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixosModules/clanCore/metadata.nix b/nixosModules/clanCore/metadata.nix index 50dd2fb56..d37f62c75 100644 --- a/nixosModules/clanCore/metadata.nix +++ b/nixosModules/clanCore/metadata.nix @@ -45,6 +45,8 @@ }; clanDir = lib.mkOption { type = lib.types.path; + # TODO: @DavHau: before we can remove this, we need to make sure that Palo's config case works + default = ./.; description = '' the location of the flake repo, used to calculate the location of facts and secrets '';