summaryrefslogtreecommitdiffstats
path: root/roles/network
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-06-30 14:05:55 +0200
committerAhmed AbdelHalim <[email protected]>2026-06-30 16:37:42 +0200
commit70d45f299bf3dfc03dafe36701d746c5213f44cd (patch)
treee17870e32c1ba00bc173c6c2228d3b147abedac0 /roles/network
parentb7cd6def36a14ac7db659510aac4e02ac5b76ce8 (diff)
Disable ipv6 by defaults
Since ipv6 seems to be causing a lot of issues with the new ISP
Diffstat (limited to 'roles/network')
-rw-r--r--roles/network/templates/eth0-connection.nmconnection.j22
-rw-r--r--roles/network/templates/wifi-connection.nmconnection.j22
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/network/templates/eth0-connection.nmconnection.j2 b/roles/network/templates/eth0-connection.nmconnection.j2
index 493afdf7..b8205332 100644
--- a/roles/network/templates/eth0-connection.nmconnection.j2
+++ b/roles/network/templates/eth0-connection.nmconnection.j2
@@ -27,7 +27,7 @@ gateway={{ network_ipv6_gateway }}
dns={{ network_ipv6_dns }}
{% endif %}
{% else %}
-method=auto
+method=disabled
{% endif %}
[proxy]
diff --git a/roles/network/templates/wifi-connection.nmconnection.j2 b/roles/network/templates/wifi-connection.nmconnection.j2
index 0fd69cb1..88e1634b 100644
--- a/roles/network/templates/wifi-connection.nmconnection.j2
+++ b/roles/network/templates/wifi-connection.nmconnection.j2
@@ -35,7 +35,7 @@ gateway={{ network_ipv6_gateway }}
dns={{ network_ipv6_dns }}
{% endif %}
{% else %}
-method=auto
+method=disabled
{% endif %}
[proxy]