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 {
|
||||
default = "";
|
||||
type = types.str;
|
||||
type = types.lines;
|
||||
example = "HandleLidSwitch=ignore";
|
||||
description = ''
|
||||
Extra config options for systemd-logind. See man logind.conf for
|
||||
|
|
Loading…
Reference in a new issue