diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-21 00:12:33 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-21 00:12:33 +0200 |
| commit | bbbc2fdcfffecaf2eaa91e09cd44f371e0147a42 (patch) | |
| tree | 42dc661f5447d6061067c64e5fcee1724ffaff59 /roles/network/templates | |
| parent | 068198fd661b1414e3b13d418200650f5705be4a (diff) | |
Disable connectivity detection
Diffstat (limited to 'roles/network/templates')
| -rw-r--r-- | roles/network/templates/NetworkManager.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/network/templates/NetworkManager.conf.j2 b/roles/network/templates/NetworkManager.conf.j2 index 8d84b761..0389ff1e 100644 --- a/roles/network/templates/NetworkManager.conf.j2 +++ b/roles/network/templates/NetworkManager.conf.j2 @@ -1,5 +1,5 @@ [connectivity] -uri=https://ping.archlinux.org +enabled=false [main] dhcp=internal |
