diff --git a/nixos/hosts/eidola/configuration.nix b/nixos/hosts/eidola/configuration.nix index 6df6bd4..e66ec44 100644 --- a/nixos/hosts/eidola/configuration.nix +++ b/nixos/hosts/eidola/configuration.nix @@ -54,6 +54,13 @@ enable = true; settings.PasswordAuthentication = false; settings.KbdInteractiveAuthentication = false; + + listenAddresses = [ + { + addr = "10.13.1.1"; + port = 22; + } + ]; }; # My modules diff --git a/nixos/hosts/eidola/default.nix b/nixos/hosts/eidola/default.nix index c8b1e0a..8bdb2b6 100644 --- a/nixos/hosts/eidola/default.nix +++ b/nixos/hosts/eidola/default.nix @@ -6,7 +6,7 @@ }; deployment = { - host = "192.168.1.159"; + host = "10.13.1.1"; user = "root"; port = 22;