From 92ca540a4298d92efbe6ce9da8419da745a5c88a Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Thu, 18 Sep 2025 17:04:16 +0200 Subject: [PATCH] clan/module: remove clanModules from clanInternals --- lib/modules/clan/interface.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/modules/clan/interface.nix b/lib/modules/clan/interface.nix index 9a4088034..a4b8604b3 100644 --- a/lib/modules/clan/interface.nix +++ b/lib/modules/clan/interface.nix @@ -330,8 +330,6 @@ in options = { # Those options are interfaced by the CLI # We don't specify the type here, for better performance. - # clan-core's modules - clanModules = lib.mkOption { type = lib.types.raw; }; # The machine 'imports' generated by the inventory per machine inventoryClass = lib.mkOption {