nixos/zeronet: fix settings option
This commit is contained in:
@@ -20,7 +20,7 @@ in with lib; {
|
|||||||
enable = mkEnableOption "zeronet";
|
enable = mkEnableOption "zeronet";
|
||||||
|
|
||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
type = with types; attrsOf (oneOf [ str int bool (listOf str) ]);
|
type = with types; attrsOf (attrsOf (oneOf [ str int bool (listOf str) ]));
|
||||||
default = {};
|
default = {};
|
||||||
example = literalExample "global.tor = enable;";
|
example = literalExample "global.tor = enable;";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user