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