system: options: drop mainUser

This commit is contained in:
Bloxx12 2025-07-18 23:50:18 +02:00
commit fa71542fe2
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -11,16 +11,6 @@
inherit (config.modules.system) systemType;
in {
options.modules.system = {
mainUser = mkOption {
type = enum config.modules.system.users;
default = elemAt config.modules.system.users 0;
description = ''
The username of the main user for your system.
In case of a multiple systems, this will be the user with priority in ordered lists and enabled options.
'';
};
users = mkOption {
type = listOf str;
default = ["cr"];