From eab7e0cfef8d4d776747e291981a9331d72158a0 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:23:07 +0530 Subject: [PATCH] fix: allow photoprism port through firewall --- hosts/rahu/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/rahu/configuration.nix b/hosts/rahu/configuration.nix index f1db5b8..f35efa3 100644 --- a/hosts/rahu/configuration.nix +++ b/hosts/rahu/configuration.nix @@ -149,7 +149,7 @@ openFirewall = true; }; }; - networking.firewall.allowedTCPPorts = [ 8384 22000 ]; + networking.firewall.allowedTCPPorts = [ 8384 22000 2342 ]; networking.firewall.allowedUDPPorts = [ 22000 21027 ]; system.stateVersion = "23.11"; }