From 0aa4169dcb0ce3e4eb568b2f7bf206cd744de490 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 6 May 2021 01:08:01 +0200 Subject: [PATCH] nixos-module/container/anon: make core flags optional --- nix/nixos-module/container/anon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-module/container/anon.nix b/nix/nixos-module/container/anon.nix index 2c036da..6f9af36 100644 --- a/nix/nixos-module/container/anon.nix +++ b/nix/nixos-module/container/anon.nix @@ -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 = [ {