Files
infra/nixos/modules/zerotier.nix
T
Dmitry 54b4a23446
NixOS switch mini-pc / switch (push) Successful in 14s
Deploy cloud-pc / deploy (push) Failing after 29s
NixOS switch cloud-pc / switch (push) Successful in 11s
Extract Shared NixOS Settings
2026-05-30 17:25:18 +03:00

7 lines
98 B
Nix

{
services.zerotierone = {
enable = true;
joinNetworks = [ "743993800fa5a34c" ];
};
}