This commit is contained in:
Johannes Kirschbauer
2024-04-13 16:29:24 +02:00
parent 49c5ccf7d1
commit 879374daaa
2 changed files with 2 additions and 6 deletions

View File

@@ -63,17 +63,13 @@
}; };
clan.networking.zerotier.networking.enable = true; clan.networking.zerotier.networking.enable = true;
/* /*
After jon is deployed, uncomment the following line After jon is deployed, uncomment the following line
This will allow sara to share the VPN overlay network with jon This will allow sara to share the VPN overlay network with jon
*/ */
# clan.networking.zerotier.networkId = builtins.readFile ../jon/facts/zerotier-network-id; # clan.networking.zerotier.networkId = builtins.readFile ../jon/facts/zerotier-network-id;
}; };
}; };
specialArgs = {
inherit system;
};
}; };
in in
{ {

View File

@@ -1,4 +1,4 @@
{clan-core, ...}: { clan-core, ... }:
{ {
imports = [ imports = [
clan-core.clanModules.sshd clan-core.clanModules.sshd