From 36abfed576d9f3533c011f3461893d67220b4666 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sat, 31 Jan 2026 21:51:47 +0100 Subject: [PATCH] fixes ssh --- hosts/dnsc-server/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/dnsc-server/default.nix b/hosts/dnsc-server/default.nix index e2a8771..5211755 100644 --- a/hosts/dnsc-server/default.nix +++ b/hosts/dnsc-server/default.nix @@ -62,9 +62,11 @@ networking.firewall = { enable = true; allowedTCPPorts = [ + 22 443 ]; allowedUDPPorts = [ + 22 443 ]; };