set clanDir manually
This commit is contained in:
parent
2e9bf75dab
commit
ec2a51c514
1 changed files with 1 additions and 0 deletions
|
@ -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 ++ [
|
||||
|
|
Loading…
Reference in a new issue