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:
parent
966d14a219
commit
faee4d96b7
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
# services.openssh.enable = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue