modules: add explizit class to clan module

This commit is contained in:
Johannes Kirschbauer
2025-06-27 09:53:40 +02:00
parent 79ec0f07eb
commit b34e5b30e5
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ in
description = "Clan module. Define your clan inside here";
default = { };
type = types.submoduleWith {
class = "clan";
specialArgs = {
inherit self;
inherit (inputs) nixpkgs nix-darwin;