Enable zerotier
This commit is contained in:
parent
5fb4292e1c
commit
7717317840
4 changed files with 9 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
"prometheus-exporters"
|
"prometheus-exporters"
|
||||||
"promtail"
|
"promtail"
|
||||||
"syncthing"
|
"syncthing"
|
||||||
|
"zerotier"
|
||||||
]
|
]
|
||||||
++ [ ./disko.nix ];
|
++ [ ./disko.nix ];
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
"adb"
|
"adb"
|
||||||
"prometheus-exporters"
|
"prometheus-exporters"
|
||||||
"promtail"
|
"promtail"
|
||||||
|
"zerotier"
|
||||||
]
|
]
|
||||||
++ [ ./disko.nix ];
|
++ [ ./disko.nix ];
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
"firefly"
|
"firefly"
|
||||||
"matrix"
|
"matrix"
|
||||||
"radarr"
|
"radarr"
|
||||||
|
"zerotier"
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
./disko.nix
|
./disko.nix
|
||||||
|
|
6
modules/zerotier/default.nix
Normal file
6
modules/zerotier/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
services.zerotierone = {
|
||||||
|
enable = true;
|
||||||
|
joinNetworks = [ "632ea29085af0cb4" ];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue