Fix: revert remove clanDir default

This commit is contained in:
Johannes Kirschbauer
2024-08-27 14:29:00 +02:00
parent fe815e5b45
commit e6f022ef81

View File

@@ -45,6 +45,8 @@
}; };
clanDir = lib.mkOption { clanDir = lib.mkOption {
type = lib.types.path; type = lib.types.path;
# TODO: @DavHau: before we can remove this, we need to make sure that Palo's config case works
default = ./.;
description = '' description = ''
the location of the flake repo, used to calculate the location of facts and secrets the location of the flake repo, used to calculate the location of facts and secrets
''; '';