clan: Remove unecessary templates and modules interface

This commit is contained in:
Qubasa
2025-01-29 19:24:15 +07:00
parent 5ceec3844a
commit 9a79ea8e1d
7 changed files with 1 additions and 128 deletions

View File

@@ -61,24 +61,6 @@ in
'';
};
modules = lib.mkOption {
type = types.attrsOf (types.submodule { imports = [ ./modules/interface.nix ]; });
default = { };
description = ''
Experimental: In the future,
this will be the main way to define Clan modules.
'';
};
templates = lib.mkOption {
type = types.submodule { imports = [ ./templates/interface.nix ]; };
default = { };
description = ''
Experimental: In the future,
this will be the main way to define Clan templates.
'';
};
# Meta
meta = lib.mkOption {
description = ''