format
All checks were successful
checks / checks-impure (pull_request) Successful in 1m56s
checks / checks (pull_request) Successful in 3m46s

This commit is contained in:
Johannes Kirschbauer 2024-04-13 16:29:24 +02:00
parent d021b2fb34
commit b2a1f8571c
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU
2 changed files with 2 additions and 6 deletions

View File

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

View File

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