From e0171ef0267c13e4a9d8888013a08b6ae0d19406 Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Fri, 15 Nov 2013 21:56:45 +0100 Subject: [PATCH] systemd: Change services.logind.extraConfig type to types.lines --- nixos/modules/system/boot/systemd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index 7c6807340fd..a2128041434 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -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