system: options: drop mainUser
This commit is contained in:
parent
89ca8e59b3
commit
fa71542fe2
1 changed files with 0 additions and 10 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue