forked from mirrors/nixpkgs
Merge pull request #111449 from helsinki-systems/xserver
nixos/xserver: add serverFlagsSection type
This commit is contained in:
commit
094c85ece5
|
@ -441,6 +441,7 @@ in
|
|||
|
||||
serverFlagsSection = mkOption {
|
||||
default = "";
|
||||
type = types.lines;
|
||||
example =
|
||||
''
|
||||
Option "BlankTime" "0"
|
||||
|
|
Loading…
Reference in a new issue