nixos/octoprint: fixup extraConfig
This commit is contained in:
parent
b675619391
commit
7c6a4e6c35
@ -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.";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user