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

This commit is contained in:
Astro 2021-05-06 01:08:01 +02:00
parent 01f3685d9b
commit 0aa4169dcb
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [ {