3
0
Fork 0
forked from mirrors/nixpkgs

systemd: Change services.logind.extraConfig type to types.lines

This commit is contained in:
Ricardo M. Correia 2013-11-15 21:56:45 +01:00 committed by Bjørn Forsman
parent dde70f9378
commit e0171ef026

View file

@ -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