Revert "refactor: cleanup and extract user config"

This reverts commit 8a14ad2ed5.
This commit is contained in:
2026-04-24 00:43:19 +02:00
parent 5e4b1fc930
commit 112fa1b006
7 changed files with 80 additions and 104 deletions
-17
View File
@@ -361,23 +361,6 @@ in
readOnly = true;
};
options.meta.lib.accounts = lib.mkOption {
type = lib.types.attrs;
default = { };
apply = lib.mapAttrs (
name: account:
let
accountName = account.name or name;
in
account
// {
name = accountName;
}
);
description = "Canonical account attrsets shared by host definitions.";
internal = true;
};
config.meta.lib = {
inherit
mkInputProfiles