nixos-module/container/anon: make core flags optional

Este commit está contenido en:
Astro 2021-05-06 01:08:01 +02:00
padre 01f3685d9b
commit 0aa4169dcb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -64,7 +64,7 @@ in
} ];
}) tunnels;
systemd.network.networks = {
systemd.network.networks = lib.mkIf enabled {
# Wireguard transported through another routing table
# (containing upstream by bird ospf)
core.routingPolicyRules = [ {