Zerotier module
This commit is contained in:
parent
c98844c725
commit
3574569f3a
5 changed files with 15 additions and 13 deletions
6
nixos_modules/zerotier.nix
Normal file
6
nixos_modules/zerotier.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
services.zerotierone = {
|
||||
enable = true;
|
||||
joinNetworks = [ "8056c2e21cf9c753" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue