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

Cette révision appartient à :
Astro 2021-05-06 01:08:01 +02:00
Parent 01f3685d9b
révision 0aa4169dcb
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

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