fix(flora-6): add docker0 to firewall trusted interfaces
All checks were successful
Flake checks / Check (pull_request) Successful in 16m26s

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

View file

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