Changed clanIcon to be included into clanCore

This commit is contained in:
Qubasa
2023-12-08 19:08:57 +01:00
parent 31d95e64f8
commit eba34bf2f7
2 changed files with 7 additions and 2 deletions

View File

@@ -32,6 +32,12 @@
the location of the flake repo, used to calculate the location of facts and secrets
'';
};
clanIcon = lib.mkOption {
type = lib.types.path;
description = ''
the location of the clan icon
'';
};
machineName = lib.mkOption {
type = lib.types.str;
description = ''