Allow udp through too

This commit is contained in:
Lillian-Violet 2024-01-06 16:32:16 +01:00
parent c77d0f6e63
commit f60f11e220

View file

@ -40,6 +40,7 @@
}: {
system.stateVersion = "unstable";
networking.firewall.allowedTCPPorts = [6969];
networking.firewall.allowedUDPPorts = [6969];
users.users = {
aria2.extraGroups = ["jellyfin" "nextcloud"];
};