fix(flora-6): add docker0 to firewall trusted interfaces

This commit is contained in:
teutat3s 2023-12-12 19:58:07 +01:00
parent 1b9a6bb0c2
commit 59fe49e716
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -113,4 +113,6 @@
};
};
};
networking.firewall.trustedInterfaces = [ "docker0" ];
}