fixed zerotier
This commit is contained in:
parent
1b6bb5853f
commit
7a459f998c
1 changed files with 2 additions and 1 deletions
|
@ -199,7 +199,8 @@
|
||||||
# inputs.clan-core.clanModules.sshd
|
# inputs.clan-core.clanModules.sshd
|
||||||
];
|
];
|
||||||
documentation.nixos.enable = true;
|
documentation.nixos.enable = true;
|
||||||
#clan.static-hosts.topLevelDomain = "bear";
|
clan.static-hosts.topLevelDomain = "bear";
|
||||||
|
|
||||||
#clan.static-hosts.excludeHosts = lib.mkForce [ ];
|
#clan.static-hosts.excludeHosts = lib.mkForce [ ];
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
clan-core.packages.${pkgs.system}.clan-cli
|
clan-core.packages.${pkgs.system}.clan-cli
|
||||||
|
|
Loading…
Reference in a new issue