forked from mirrors/nixpkgs
systemd: Change services.logind.extraConfig type to types.lines
This commit is contained in:
parent
dde70f9378
commit
e0171ef026
|
@ -518,7 +518,7 @@ in
|
||||||
|
|
||||||
services.logind.extraConfig = mkOption {
|
services.logind.extraConfig = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
type = types.str;
|
type = types.lines;
|
||||||
example = "HandleLidSwitch=ignore";
|
example = "HandleLidSwitch=ignore";
|
||||||
description = ''
|
description = ''
|
||||||
Extra config options for systemd-logind. See man logind.conf for
|
Extra config options for systemd-logind. See man logind.conf for
|
||||||
|
|
Loading…
Reference in a new issue