diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-21 02:51:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-21 02:51:30 +0200 |
| commit | 22d1ae642daf7cc6b3f7897f50bac3941e336f5c (patch) | |
| tree | 1033dc150c4358af5bfbb8780696dbf8eaf951b1 /roles/network/vars | |
| parent | 0cacc3f9278d2624b11396c7ff9f9c651e6edde5 (diff) | |
Fix network role to install via chroot
The removal of the resolv.conf DNS configuration is required by the
wireguard not to have conflicting DNS configuration resolvers between
the static system fallback and the NetworkManager resolver (using
systemd-resolved) and the VPN DNS
Diffstat (limited to 'roles/network/vars')
| -rw-r--r-- | roles/network/vars/debian.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/network/vars/debian.yml b/roles/network/vars/debian.yml index 34768d95..d77d59c9 100644 --- a/roles/network/vars/debian.yml +++ b/roles/network/vars/debian.yml @@ -11,7 +11,5 @@ network_enabled_services: network_disabled_services: - "dhcpcd" - - "avahi-daemon" - "networking" - - "resolvconf" - "systemd-networkd" |
