mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 18:06:50 +01:00
enable zerotire
This commit is contained in:
parent
30b6429df9
commit
b3913ae1b2
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
# TODO re-enable next update
|
services.zerotierone.enable = true;
|
||||||
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…
Reference in a new issue