summaryrefslogtreecommitdiffstats
path: root/roles/network/templates/bridge.nmconnection.j2
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-06 17:17:50 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-06 17:17:50 +0200
commit9407eecc04c703c1bfc413efda93c41ae305689f (patch)
tree094af4ee11406d73d51989b242f3d7413950f8a3 /roles/network/templates/bridge.nmconnection.j2
parent09fbb2b1d86b8ad6671c746f3df997390f7a6293 (diff)
Fix network setup on pve
Diffstat (limited to 'roles/network/templates/bridge.nmconnection.j2')
-rw-r--r--roles/network/templates/bridge.nmconnection.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/network/templates/bridge.nmconnection.j2 b/roles/network/templates/bridge.nmconnection.j2
index 2e8bf23c..013acd6a 100644
--- a/roles/network/templates/bridge.nmconnection.j2
+++ b/roles/network/templates/bridge.nmconnection.j2
@@ -1,7 +1,7 @@
[connection]
-id={{ network_bridge }}
+id=vmbr0
type=bridge
-interface-name={{ network_bridge }}
+interface-name=vmbr0
autoconnect=true
[bridge]