fix mac scaling

This commit is contained in:
mjallen18
2025-07-08 09:49:19 -05:00
parent a2cdab41b2
commit f98c31671d
5 changed files with 103 additions and 3 deletions

View File

@@ -33,5 +33,12 @@
};
settings.connectivity.uri = lib.mkDefault "http://nmcheck.gnome.org/check_network_status.txt";
};
# orca
firewall.extraCommands = ''
iptables -I INPUT -m pkttype --pkt-type multicast -j ACCEPT
iptables -A INPUT -m pkttype --pkt-type multicast -j ACCEPT
iptables -I INPUT -p udp -m udp --match multiport --dports 1990,2021 -j ACCEPT
'';
};
}