mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
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 {
|
services.logind.extraConfig = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
example = "HandleLidSwitch=ignore";
|
example = "IdleAction=lock";
|
||||||
description = ''
|
description = ''
|
||||||
Extra config options for systemd-logind. See man logind.conf for
|
Extra config options for systemd-logind. See man logind.conf for
|
||||||
available options.
|
available options.
|
||||||
|
Loading…
Reference in New Issue
Block a user