From 8e07ec55c732e230d78ac22c429fcf18768b3bd8 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 5 Dec 2023 14:34:39 +0100 Subject: [PATCH] Allow SSH port --- nixos/queen/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/queen/configuration.nix b/nixos/queen/configuration.nix index 6e595c0..ab9f77d 100644 --- a/nixos/queen/configuration.nix +++ b/nixos/queen/configuration.nix @@ -115,7 +115,7 @@ networking.firewall.enable = true; - networking.firewall.allowedTCPPorts = [80 443 1433]; + networking.firewall.allowedTCPPorts = [22 80 443 1433]; # Set your time zone. time.timeZone = "Europe/Amsterdam";