move clanName into nixos machine configuration

This commit is contained in:
Jörg Thalheim
2023-12-08 16:02:54 +01:00
committed by Mic92
parent c22280b864
commit 4aa60317fa
5 changed files with 13 additions and 25 deletions

View File

@@ -20,6 +20,12 @@
default = self.lib.jsonschema.parseOptions options.clan;
};
options.clanCore = {
clanName = lib.mkOption {
type = lib.types.str;
description = ''
the name of the clan
'';
};
clanDir = lib.mkOption {
type = lib.types.either lib.types.path lib.types.str;
description = ''