fix various things, to make it work after update
This commit is contained in:
parent
8792925490
commit
68ce7c836c
8 changed files with 10 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue