fix various things, to make it work after update

This commit is contained in:
Ingolf Wagner 2024-07-12 21:51:41 +02:00
commit 68ce7c836c
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
8 changed files with 10 additions and 2 deletions

View file

@ -185,7 +185,7 @@
, modules
}: {
clan.networking.targetHost = lib.mkDefault "root@${host}";
clan.core.networking.targetHost = lib.mkDefault "root@${host}";
nixpkgs.pkgs = meta.pkgs;
nixpkgs.hostPlatform = meta.system;
clan.core.facts.secretStore = "password-store";
@ -197,7 +197,7 @@
zerotierControllerModule =
{
clan.networking.zerotier.controller = {
clan.core.networking.zerotier.controller = {
enable = true;
public = false;
};