From be2ed3c9bfdc791a12b70d6db169c295388be3ce Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Wed, 14 Jan 2026 16:56:24 +0100 Subject: [PATCH] Move MACVLAN setting to correct template --- templates/desktop/network/enp1s0.network.j2 | 1 + templates/htpc/network/enp1s0.network.j2 | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/desktop/network/enp1s0.network.j2 b/templates/desktop/network/enp1s0.network.j2 index af57302..4c59786 100644 --- a/templates/desktop/network/enp1s0.network.j2 +++ b/templates/desktop/network/enp1s0.network.j2 @@ -15,3 +15,4 @@ LinkLocalAddressing=no IPv6AcceptRA=no IPv6SendRA=no RequiredForOnline=routable +MACVLAN={{ macvlan_interface }} diff --git a/templates/htpc/network/enp1s0.network.j2 b/templates/htpc/network/enp1s0.network.j2 index 4c59786..af57302 100644 --- a/templates/htpc/network/enp1s0.network.j2 +++ b/templates/htpc/network/enp1s0.network.j2 @@ -15,4 +15,3 @@ LinkLocalAddressing=no IPv6AcceptRA=no IPv6SendRA=no RequiredForOnline=routable -MACVLAN={{ macvlan_interface }}