remove machineType option
This commit is contained in:
parent
3f74cbcfd7
commit
b04abb0901
9 changed files with 0 additions and 21 deletions
|
|
@ -19,19 +19,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Machine Type
|
||||
machineType = lib.mkOption {
|
||||
type = lib.types.enum [
|
||||
"desktop"
|
||||
"laptop"
|
||||
"server"
|
||||
"embedded"
|
||||
"mobile"
|
||||
];
|
||||
default = "server";
|
||||
description = "Type of machine for appropriate defaults";
|
||||
};
|
||||
|
||||
defaultUser = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "osbm";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue