modules/systemd: improve logind.extraConfig example
Since we have a .handleLidSwitch option now, give an other example.
This commit is contained in:
parent
f64fb1cc0a
commit
5d62d8775c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user