fix (options): remove unused option & fix errors in option's code
This commit is contained in:
parent
27de19b32d
commit
d87fa01cf7
4 changed files with 4 additions and 35 deletions
|
|
@ -6,7 +6,7 @@ in
|
|||
options = {
|
||||
host.xserver = {
|
||||
enable = lib.mkOption {
|
||||
types = lib.types.bool;
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Xserver configurations for host.";
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue