mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
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 {
|
||||
default = "";
|
||||
type = types.lines;
|
||||
example =
|
||||
''
|
||||
Option "BlankTime" "0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue