feat: add zerotier one

This commit is contained in:
toast 2025-10-04 16:20:07 +09:00
parent d4e0c6c62b
commit 3839b0a832
2 changed files with 4 additions and 0 deletions

View file

@ -8,5 +8,6 @@
./flatpak.nix ./flatpak.nix
./restic.nix ./restic.nix
./syncthing.nix ./syncthing.nix
./zerotierone.nix
]; ];
} }

View file

@ -0,0 +1,3 @@
{
services.zerotierone.enable = true;
}