set clanDir manually
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 15s

This commit is contained in:
Ingolf Wagner 2024-08-27 07:30:02 +02:00
parent 2e9bf75dab
commit ec2a51c514
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -185,6 +185,7 @@
clan.core.networking.targetHost = lib.mkDefault "root@${host}";
nixpkgs.pkgs = meta.pkgs;
nixpkgs.hostPlatform = meta.system;
clan.core.clanDir = ./.; # todo remove this if it's set by default
clan.core.facts.secretStore = "password-store";
imports = modules ++ defaultModules ++ [