mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 03:34:12 +00:00
nixos/zeronet: fix settings option (#128976)
This commit is contained in:
commit
52b4f50573
@ -23,7 +23,7 @@ in with lib; {
|
||||
package = mkPackageOption pkgs "zeronet" { };
|
||||
|
||||
settings = mkOption {
|
||||
type = with types; attrsOf (oneOf [ str int bool (listOf str) ]);
|
||||
type = with types; attrsOf (attrsOf (oneOf [ str int bool (listOf str) ]));
|
||||
default = {};
|
||||
example = literalExpression "{ global.tor = enable; }";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user