nixos/octoprint: fixup extraConfig

This commit is contained in:
Emery Hemingway 2016-10-23 19:47:28 +02:00
parent b675619391
commit 7c6a4e6c35

View File

@ -73,7 +73,7 @@ in
};
extraConfig = mkOption {
type = types.lines;
type = types.attrs;
default = {};
description = "Extra options which are added to OctoPrint's YAML configuration file.";
};