diff options
| author | schererleander <leander@schererleander.de> | 2025-05-30 03:29:06 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-30 03:29:06 +0200 |
| commit | 25d9f42a16e161a892316f607abc5e1a6388aaa8 (patch) | |
| tree | 51730ac327ea734bd90b2b9f6ce72c837bc49ac9 /hosts | |
| parent | 4890b5f92c9d6960763a95f15378d15e0a448d52 (diff) | |
change port
Diffstat (limited to 'hosts')
| -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; |
