From dd9fdd5aadc009869e4f76f550646c67caafd164 Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 12 Aug 2021 06:21:36 +0100 Subject: [PATCH] o-oh >< --- depot/modules/nixos/network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depot/modules/nixos/network.nix b/depot/modules/nixos/network.nix index 00ab8a00..8fb84cd1 100644 --- a/depot/modules/nixos/network.nix +++ b/depot/modules/nixos/network.nix @@ -83,7 +83,7 @@ in { config = let networks = cfg.addresses; - networksWithDomains = filterAttrs (_: v: v.subdomain != null) networks; + networksWithDomains = filterAttrs (_: v: v.subdomain != null && v.enable) networks; in { lib.kw.virtualHostGen = args: virtualHostGen ({ inherit config; } // args);