From e4a1565c783a7267d6b708e54f4985b87f40ab96 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Thu, 19 Dec 2024 21:13:53 +0100 Subject: [PATCH] chore(affogato): open firewall for orcaslicer --- hosts/affogato/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/affogato/default.nix b/hosts/affogato/default.nix index c485f6b..624e97c 100644 --- a/hosts/affogato/default.nix +++ b/hosts/affogato/default.nix @@ -35,6 +35,11 @@ "cloud.finallycoffee.eu" ]; }; + networking.firewall = { + enable = true; + allowedTCPPorts = [ 8883 ]; + allowedUDPPorts = [ 2021 ]; + }; # Set your time zone. time.timeZone = "Europe/Berlin";