fix: NixOS module: allow passing bool in services.headplane.settings.*
This commit is contained in:
parent
a9b0ca3464
commit
12592936f1
@ -19,7 +19,7 @@ in {
|
|||||||
package = mkPackageOption pkgs "headplane" {};
|
package = mkPackageOption pkgs "headplane" {};
|
||||||
|
|
||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
type = with types; attrsOf (oneOf [str int]);
|
type = with types; attrsOf (oneOf [str int bool]);
|
||||||
default = {};
|
default = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user