format
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{clan-core, ...}:
|
{ clan-core, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
clan-core.clanModules.sshd
|
clan-core.clanModules.sshd
|
||||||
|
|||||||
Reference in New Issue
Block a user