Add uxplay service.
This commit is contained in:
parent
a9f7fe416f
commit
a6fcd247b7
3 changed files with 33 additions and 14 deletions
|
@ -12,20 +12,6 @@
|
|||
};
|
||||
cron.enable = false;
|
||||
};
|
||||
# udp5353 1024-65535
|
||||
|
||||
networking.firewall =
|
||||
let
|
||||
range = {
|
||||
from = 1024;
|
||||
to = 65535;
|
||||
};
|
||||
in
|
||||
{
|
||||
allowedUDPPorts = [ 5353 ];
|
||||
allowedUDPPortRanges = [ range ];
|
||||
allowedTCPPortRanges = [ range ];
|
||||
};
|
||||
networking.dhcpcd.extraConfig = "noarp";
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
"mullvad"
|
||||
"openssh"
|
||||
"pipewire"
|
||||
"uxplay"
|
||||
];
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue