nixos/xserver: add serverFlagsSection type

This commit is contained in:
Fritz Otlinghaus 2021-01-31 12:53:41 +01:00
parent 4015c5ca9c
commit 8f261f1552
No known key found for this signature in database
GPG key ID: 1E5F98946FB1444E

View file

@ -441,6 +441,7 @@ in
serverFlagsSection = mkOption { serverFlagsSection = mkOption {
default = ""; default = "";
type = types.lines;
example = example =
'' ''
Option "BlankTime" "0" Option "BlankTime" "0"