Add zerotier
This commit is contained in:
parent
1548796a1d
commit
717a92042e
2 changed files with 8 additions and 0 deletions
|
@ -53,5 +53,6 @@
|
||||||
../common.nix
|
../common.nix
|
||||||
../gfx-intel.nix
|
../gfx-intel.nix
|
||||||
../virtualbox.nix
|
../virtualbox.nix
|
||||||
|
../zerotier.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
7
nixos/zerotier.nix
Normal file
7
nixos/zerotier.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
services.zerotierone = {
|
||||||
|
enable = true;
|
||||||
|
joinNetworks = [ "d3ecf5726d580b5a" ];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue