🔧 fixed minor problem with clan
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 6m53s

This commit is contained in:
Ingolf Wagner 2025-06-05 20:39:55 +02:00
parent 569abc14bc
commit 24e025cf6f
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -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";