mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 01:16:55 +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 {
|
||||
# TODO re-enable next update
|
||||
services.zerotierone.enable = false;
|
||||
services.zerotierone.enable = true;
|
||||
services.zerotierone.joinNetworks = [
|
||||
"9e1948db638e9f93"
|
||||
] ++ lib.optional (config.networking.hostName == "kuraokami") "7c31a21e86f9a75c";
|
||||
|
|
Loading…
Reference in a new issue