12
4
Fork 2

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

Dieser Commit ist enthalten in:
Astro 2021-05-06 01:08:01 +02:00
Ursprung 01f3685d9b
Commit 0aa4169dcb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

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