10 lines
133 B
Nix
10 lines
133 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
services.zerotierone = {
|
|
enable = true;
|
|
joinNetworks = [
|
|
"60ee7c034a95b798"
|
|
];
|
|
};
|
|
}
|