From 97a229a4386d62c944e015e26fef1fbed10e4058 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Wed, 14 May 2025 12:51:15 +0200 Subject: [PATCH] fix(wifi): register new modules in clan.modules NOT inventory.modules --- clanServices/wifi/flake-module.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/clanServices/wifi/flake-module.nix b/clanServices/wifi/flake-module.nix index c5fb3f643..63c69ff36 100644 --- a/clanServices/wifi/flake-module.nix +++ b/clanServices/wifi/flake-module.nix @@ -10,9 +10,6 @@ let }; in { - clan.inventory.modules = { - wifi = module; - }; clan.modules = { wifi = module; };