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

このコミットが含まれているのは:
Astro 2021-05-06 01:08:01 +02:00
コミット 0aa4169dcb
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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