Set up firewall for Carla

This commit is contained in:
Jan-Bulthuis 2025-04-18 15:19:27 +02:00
parent 435787f440
commit f06855c2a2
1 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,12 @@
cardinal
];
# Setup firewall
networking.firewall = {
allowedTCPPorts = [ 22752 ];
allowedUDPPorts = [ 22752 ];
};
# Setup dependencies
environment.variables.LD_LIBRARY_PATH = lib.mkForce "${lib.makeLibraryPath (
with pkgs;