diff --git a/clanServices/hello-world/flake-module.nix b/clanServices/hello-world/flake-module.nix index 0c85e0630..91c9943e7 100644 --- a/clanServices/hello-world/flake-module.nix +++ b/clanServices/hello-world/flake-module.nix @@ -10,9 +10,6 @@ let }; in { - clan.inventory.modules = { - hello-world = module; - }; clan.modules = { hello-world = module; };