Enable ipv4 access for game emulators & steam.
This commit is contained in:
parent
d60d07ffc2
commit
c71f7c1ca6
host/x86_64-linux
|
@ -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 = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue