Zerotier cleanup

This commit is contained in:
Filippo Berto 2022-12-18 15:48:22 +01:00
parent 53f44aadfd
commit eea6ace5b3
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -1,7 +1,6 @@
{ pkgs, ... }: {
{
services.zerotierone = {
enable = true;
package = pkgs.zerotierone;
joinNetworks = [ "8056c2e21cf9c753" ];
};
}