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"
|
||||
"promtail"
|
||||
"syncthing"
|
||||
"zerotier"
|
||||
]
|
||||
++ [ ./disko.nix ];
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
"adb"
|
||||
"prometheus-exporters"
|
||||
"promtail"
|
||||
"zerotier"
|
||||
]
|
||||
++ [ ./disko.nix ];
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"firefly"
|
||||
"matrix"
|
||||
"radarr"
|
||||
"zerotier"
|
||||
]
|
||||
++ [
|
||||
./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