nixos/xserver: add serverFlagsSection type
This commit is contained in:
parent
4015c5ca9c
commit
8f261f1552
1 changed files with 1 additions and 0 deletions
|
@ -441,6 +441,7 @@ in
|
||||||
|
|
||||||
serverFlagsSection = mkOption {
|
serverFlagsSection = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
|
type = types.lines;
|
||||||
example =
|
example =
|
||||||
''
|
''
|
||||||
Option "BlankTime" "0"
|
Option "BlankTime" "0"
|
||||||
|
|
Loading…
Reference in a new issue