From 25d9f42a16e161a892316f607abc5e1a6388aaa8 Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 03:29:06 +0200 Subject: change port --- hosts/vps/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') 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; -- cgit v1.3.1