aboutsummaryrefslogtreecommitdiff
path: root/modules/desktop/zerotierone/default.nix
blob: e8e834b3d0b1caf1e1392c2ce1c06871fd57e49a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  config,
  lib,
  pkgs,
  modulesPath,
  ...
}:
{
  services.zerotierone = {
    enable = true;
    joinNetworks = [
      "363c67c55a720f73"
    ];
  };
}