tailscale: Disable ssh for all hosts

This commit is contained in:
SebastianStork 2026-01-07 20:51:50 +01:00
parent 72ed799826
commit 1c61682e5a
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
5 changed files with 4 additions and 17 deletions

View file

@ -27,7 +27,6 @@
services = {
tailscale = {
enable = true;
ssh.enable = true;
exitNode.enable = true;
};