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