Update tailscale interface IP
This commit is contained in:
parent
7357ab347c
commit
765d744fb0
2 changed files with 3 additions and 3 deletions
|
|
@ -52,11 +52,11 @@
|
|||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = false;
|
||||
settings.PasswordAuthentication = false;
|
||||
listenAddresses = [
|
||||
{
|
||||
# Tailscale interface
|
||||
addr = "100.71.79.119";
|
||||
addr = "100.64.0.3";
|
||||
port = 22;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue