remove machineType option

This commit is contained in:
Osman Faruk Bayram 2025-11-23 21:29:19 +03:00
parent 3f74cbcfd7
commit b04abb0901
9 changed files with 0 additions and 21 deletions

View file

@ -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";