Set up firewall for Carla
This commit is contained in:
parent
435787f440
commit
f06855c2a2
|
@ -38,6 +38,12 @@
|
||||||
cardinal
|
cardinal
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Setup firewall
|
||||||
|
networking.firewall = {
|
||||||
|
allowedTCPPorts = [ 22752 ];
|
||||||
|
allowedUDPPorts = [ 22752 ];
|
||||||
|
};
|
||||||
|
|
||||||
# Setup dependencies
|
# Setup dependencies
|
||||||
environment.variables.LD_LIBRARY_PATH = lib.mkForce "${lib.makeLibraryPath (
|
environment.variables.LD_LIBRARY_PATH = lib.mkForce "${lib.makeLibraryPath (
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
Loading…
Reference in New Issue