mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
disable zerotireone
This commit is contained in:
parent
03a6b54034
commit
9d2b7bf618
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
services.zerotierone.enable = true;
|
# TODO re-enable next update
|
||||||
|
services.zerotierone.enable = false;
|
||||||
services.zerotierone.joinNetworks = [
|
services.zerotierone.joinNetworks = [
|
||||||
"9e1948db638e9f93"
|
"9e1948db638e9f93"
|
||||||
] ++ lib.optional (config.networking.hostName == "kuraokami") "7c31a21e86f9a75c";
|
] ++ lib.optional (config.networking.hostName == "kuraokami") "7c31a21e86f9a75c";
|
||||||
|
|
Loading…
Add table
Reference in a new issue