tailscale: disable default ssh deamon, see if that helps

the probelm i'm trying to solve is that tailscale auth for ssh does not
work
This commit is contained in:
Khaïs COLIN 2024-07-29 12:39:40 +02:00
parent 966d14a219
commit faee4d96b7

View file

@ -168,7 +168,7 @@
};
# Enable the OpenSSH daemon.
services.openssh.enable = true;
# services.openssh.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];