new tailscale api
All checks were successful
Flake check / flake-check (pull_request) Successful in 17s
Build hosts / build-hosts (pull_request) Successful in 27s

This commit is contained in:
sid 2026-05-02 19:18:17 +02:00
parent 8e3a2a703f
commit 8e279de754
6 changed files with 37 additions and 46 deletions

View file

@ -13,15 +13,8 @@
enableSSH = true;
acceptDNS = false; # use coredns
};
work = {
loginServer = "https://headscale.cryodev.xyz";
enableSSH = true;
acceptDNS = true;
authKeyFile = config.sops.secrets."tailscale/work-key".path;
};
};
};
sops.secrets."tailscale/personal-key" = { };
sops.secrets."tailscale/work-key" = { };
}