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

This commit is contained in:
Astro 2021-05-06 01:08:01 +02:00
父節點 01f3685d9b
當前提交 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 = [ {