Flake: nixos-facter-module with flake: false

This commit is contained in:
Johannes Kirschbauer
2024-08-28 10:32:41 +02:00
parent b26b73350c
commit 38991c9bf6
4 changed files with 32 additions and 17 deletions

View File

@@ -45,8 +45,11 @@
};
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 = ./.;
# documentation.nixos.extraModules = [
# ...
# clan-core.nixosModules.clanCore
# { clan.core.clanDir = ./path/to/flake; }
# ];
description = ''
the location of the flake repo, used to calculate the location of facts and secrets
'';