System/modules/zt.nix

9 lines
127 B
Nix
Raw Normal View History

2022-04-24 17:27:19 -04:00
{ config, lib, pkgs, ... }:
{
services.zerotierone = {
enable = true;
joinNetworks = [ "c7c8172af15d643d" ];
};
}