fix: allow photoprism port through firewall
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user