diff options
| -rw-r--r-- | hosts/vps/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index c06c77b..7e00260 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -18,7 +18,7 @@ services.openssh = { enable = true; - ports = [ 88693 ]; + ports = [ 8693 ]; settings = { PasswordAuthentication = false; X11Forwarding = false; @@ -33,7 +33,7 @@ }; }; - networking.firewall.allowedTCPPorts = [ 88693 ]; + networking.firewall.allowedTCPPorts = [ 8693 ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; nixpkgs.config.allowUnfree = true; |
