nixpkgs/nixos/modules/services
Illia Denysenko 73b38ff7c5
Fix example for xkbOptions
###### Motivation for this change
With space between two options, multiple options just don't work
Looks like xkbOptions then used for generation of xorg.conf.d/00-keyboard.conf.
kbd's man says XkbOptions must be comma-separated without spaces.
https://linux.die.net/man/4/kbd

###### Things done

<!-- Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. -->

- [ ] Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
- Built on platform(s)
   - [ ] NixOS
   - [ ] macOS
   - [ ] other Linux distributions
- [ ] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review wip"`
- [ ] Tested execution of all binary files (usually in `./result/bin/`)
- [ ] Determined the impact on package closure size (by running `nix path-info -S` before and after)
- [ ] Ensured that relevant documentation is up to date
- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

###### Notify maintainers

cc @
2020-01-04 20:54:19 +02:00
..
admin nixos/oxidized: specify PID file in service 2019-12-12 23:19:07 +01:00
amqp nixos/rabbitmq: use a literalExample for example configItems 2019-10-18 12:36:16 +00:00
audio nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
backup nixos/borgbackup: install job wrappers to systemPackages for easy borg access 2019-12-26 07:50:03 +02:00
cluster nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
computing nixos/slurm: add option for external slurmdbd.conf 2019-11-10 21:28:09 +01:00
continuous-integration treewide: Switch to system users (#71055) 2019-11-01 13:26:43 +01:00
databases postgresql: Quote role names when creating database users 2019-12-13 14:10:18 -06:00
desktops nixos/pantheon: move contractor module into xservice 2019-12-20 09:26:35 -05:00
development lorri: add git to daemon path 2019-12-16 10:09:59 +01:00
editors treewide: Switch to system users 2019-10-12 22:25:28 +02:00
games nixos/openarena: fix service's binary name 2019-11-24 16:55:20 +01:00
hardware udev: fix option description 2019-12-25 20:51:01 +00:00
logging nixos/awstats: add missing description to extraConfig option (#76575) 2019-12-28 01:09:47 +02:00
mail nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
misc rogue: boot.extraTTYs -> console.extraTTYs 2020-01-02 16:59:43 -08:00
monitoring Merge pull request #76551 from symphorien/nagios2 2019-12-30 14:21:03 -05:00
network-filesystems nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
networking Merge pull request #76153 from arcnmx/connman-iwd 2020-01-02 21:35:54 +01:00
printing nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
scheduling treewide: Switch to system users 2019-10-12 22:25:28 +02:00
search
security nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
system
torrent nixos/transmission: fix from where service loads config 2019-12-31 15:21:29 +01:00
ttys
web-apps nextcloud module: https is important not only for proxies 2019-12-31 13:01:46 +01:00
web-servers nixos/httpd: update default ssl protocols 2019-12-30 11:24:11 -05:00
x11 Fix example for xkbOptions 2020-01-04 20:54:19 +02:00