1

fix: allow photoprism port through firewall

This commit is contained in:
Himadri Bhattacharjee
2024-04-09 10:23:07 +05:30
parent 965beb6242
commit eab7e0cfef

View File

@@ -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";
}