Allow udp through too
This commit is contained in:
parent
c77d0f6e63
commit
f60f11e220
|
@ -40,6 +40,7 @@
|
||||||
}: {
|
}: {
|
||||||
system.stateVersion = "unstable";
|
system.stateVersion = "unstable";
|
||||||
networking.firewall.allowedTCPPorts = [6969];
|
networking.firewall.allowedTCPPorts = [6969];
|
||||||
|
networking.firewall.allowedUDPPorts = [6969];
|
||||||
users.users = {
|
users.users = {
|
||||||
aria2.extraGroups = ["jellyfin" "nextcloud"];
|
aria2.extraGroups = ["jellyfin" "nextcloud"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue