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

Bu işleme şunda yer alıyor:
Astro 2021-05-06 01:08:01 +02:00
ebeveyn 01f3685d9b
işleme 0aa4169dcb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

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