Enable zerotier

This commit is contained in:
Andrea Ciceri 2025-03-14 15:54:48 +01:00
parent 5fb4292e1c
commit 7717317840
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
4 changed files with 9 additions and 0 deletions

View file

@ -35,6 +35,7 @@
"prometheus-exporters"
"promtail"
"syncthing"
"zerotier"
]
++ [ ./disko.nix ];

View file

@ -41,6 +41,7 @@
"adb"
"prometheus-exporters"
"promtail"
"zerotier"
]
++ [ ./disko.nix ];

View file

@ -35,6 +35,7 @@
"firefly"
"matrix"
"radarr"
"zerotier"
]
++ [
./disko.nix

View file

@ -0,0 +1,6 @@
{
services.zerotierone = {
enable = true;
joinNetworks = [ "632ea29085af0cb4" ];
};
}