nixos: Add -verbose to xserverArgs example
This commit is contained in:
parent
c184d7e7e0
commit
79209e30b5
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ in
|
|||
xserverArgs = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
example = [ "-ac" "-logverbose" "-nolisten tcp" ];
|
||||
example = [ "-ac" "-logverbose" "-verbose" "-nolisten tcp" ];
|
||||
description = "List of arguments for the X server.";
|
||||
apply = toString;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue