no need for clanDir it breaks stuff
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 10m0s

This commit is contained in:
Ingolf Wagner 2024-08-27 09:17:23 +02:00
parent ec2a51c514
commit 644705cdb2
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -185,7 +185,6 @@
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 ++ [