This commit is contained in:
天クマ 2026-02-16 15:22:46 -03:00
commit 6a32cd9e45
4 changed files with 113 additions and 13 deletions

10
secret.nix Normal file
View file

@ -0,0 +1,10 @@
{ config, pkgs, ... }:
{
services.zerotierone = {
enable = true;
joinNetworks = [
"60ee7c034a95b798"
];
};
}