From b67561939154eab53d10943f2eb255b9822194d3 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sun, 23 Oct 2016 19:33:41 +0200 Subject: nixos: use types.lines for extraConfig --- nixos/modules/services/audio/mpd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/audio/mpd.nix') diff --git a/nixos/modules/services/audio/mpd.nix b/nixos/modules/services/audio/mpd.nix index 85e0a7d2ac4..5ec2e2c2623 100644 --- a/nixos/modules/services/audio/mpd.nix +++ b/nixos/modules/services/audio/mpd.nix @@ -49,7 +49,7 @@ in { }; extraConfig = mkOption { - type = types.str; + type = types.lines; default = ""; description = '' Extra directives added to to the end of MPD's configuration file, -- cgit 1.4.1