mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/zeronet: fix settings option
This commit is contained in:
parent
752035e078
commit
dffd88e516
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in with lib; {
|
|||
enable = mkEnableOption "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 = literalExample "global.tor = enable;";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue