tailscale: enable ssh daemon

This commit is contained in:
Khaïs COLIN 2024-07-29 12:22:12 +02:00
parent 6ef6d633c7
commit bdc1cd68c4

View file

@ -160,7 +160,10 @@
# List services that you want to enable:
services.tailscale.enable = true;
services.tailscale = {
enable = true;
extraUpFlags = [ "--ssh" ];
};
# Enable the OpenSSH daemon.
services.openssh.enable = true;