Enable ipv4 access for game emulators & steam.

This commit is contained in:
Dmitry Voronin 2025-04-01 19:27:07 +03:00
parent d60d07ffc2
commit c71f7c1ca6
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 0 deletions
host/x86_64-linux

View file

@ -4,6 +4,7 @@
firewall.extraCommands = ''
# Local access.
ip6tables -I INPUT -j ACCEPT -s ${secret.network.ula}
iptables -I INPUT -j ACCEPT -s 10.0.0.0/8
'';
networkmanager.ensureProfiles.profiles = {

View file

@ -4,6 +4,7 @@
firewall.extraCommands = ''
# Local access.
ip6tables -I INPUT -j ACCEPT -s ${secret.network.ula}
iptables -I INPUT -j ACCEPT -s 10.0.0.0/8
'';
networkmanager.ensureProfiles.profiles = {