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

Esse commit está contido em:
Astro 2021-05-06 01:08:01 +02:00
commit 0aa4169dcb
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

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