mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
feat: add zerotier one
This commit is contained in:
parent
d4e0c6c62b
commit
3839b0a832
2 changed files with 4 additions and 0 deletions
|
|
@ -8,5 +8,6 @@
|
||||||
./flatpak.nix
|
./flatpak.nix
|
||||||
./restic.nix
|
./restic.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
|
./zerotierone.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
3
hosts/nixos/modules/services/zerotierone.nix
Normal file
3
hosts/nixos/modules/services/zerotierone.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
services.zerotierone.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue