From 684bc6af969e9ea7c54b7fc6a2fdf48afdbfae30 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Thu, 16 Oct 2025 12:05:20 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:routers/white-house/configuration.nix --- routers/white-house/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/routers/white-house/configuration.nix b/routers/white-house/configuration.nix index 5ed29f6..40a7b1d 100644 --- a/routers/white-house/configuration.nix +++ b/routers/white-house/configuration.nix @@ -7,7 +7,6 @@ ... }: let - inherit (pkgs.liminix.services) target; secrets = { firewallRules = { }; } @@ -19,7 +18,7 @@ let }; svc = config.system.service; in -rec { +{ imports = [ "${inputs.liminix}/modules/wlan.nix" "${inputs.liminix}/modules/network"