modules/systemd: improve logind.extraConfig example

Since we have a .handleLidSwitch option now, give an other example.
This commit is contained in:
Profpatsch 2017-08-03 03:05:36 +02:00
parent f64fb1cc0a
commit 5d62d8775c

View file

@ -593,7 +593,7 @@ in
services.logind.extraConfig = mkOption {
default = "";
type = types.lines;
example = "HandleLidSwitch=ignore";
example = "IdleAction=lock";
description = ''
Extra config options for systemd-logind. See man logind.conf for
available options.