Switch to unstable zerotier

This commit is contained in:
Filippo Berto 2022-11-11 14:37:10 +01:00
parent cfd245c3e4
commit 8a859f17de
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

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