nixos-module/container/bird: fix direct interfaces

This commit is contained in:
Astro 2022-01-11 23:57:35 +01:00
parent 5e816a3c1b
commit 806820950f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ let
upstream != null
) hostConf.interfaces;
isUpstream = upstreamInterfaces != [];
isUpstream = upstreamInterfaces != {};
# Configuring a gateway? If so, this is the associated net.
gatewayNet =