aboutsummaryrefslogtreecommitdiff
path: root/hosts/vps/configuration.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 03:29:06 +0200
committerschererleander <leander@schererleander.de>2025-05-30 03:29:06 +0200
commit25d9f42a16e161a892316f607abc5e1a6388aaa8 (patch)
tree51730ac327ea734bd90b2b9f6ce72c837bc49ac9 /hosts/vps/configuration.nix
parent4890b5f92c9d6960763a95f15378d15e0a448d52 (diff)
change port
Diffstat (limited to 'hosts/vps/configuration.nix')
-rw-r--r--hosts/vps/configuration.nix4
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;