🔧 fixed minor problem with clan
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 6m53s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 6m53s
This commit is contained in:
parent
569abc14bc
commit
24e025cf6f
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@
|
|||
}:
|
||||
{
|
||||
|
||||
clan.core.networking.targetHost = lib.mkDefault "root@${host}";
|
||||
clan.core.networking.targetHost = "root@${host}";
|
||||
nixpkgs.pkgs = meta.pkgs;
|
||||
nixpkgs.hostPlatform = meta.system;
|
||||
clan.core.facts.secretStore = "password-store";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue