-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
sslh: invalid configuration options #225454
Copy link
Copy link
Open
Labels
0.kind: bugSomething is brokenSomething is broken2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
The nixos configuration under
services.sslhalways produces invalid configuration files. TheSteps To Reproduce
Steps to reproduce the behavior:
services.sslh.enable = trueto yourconfiguration.nixExpected behavior
sslh runs with no error.
Actual behavior
sslh warns that the options "verbose" and "timeout" are unknown.
Additional context
The options "verbose" and "timeout" should be of type int but are defined as bool and string. When executed, sslh ignores the invalid options
Notify maintainers
@nagy @pennae @SuperSandro2000 @symphorien
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"and paste the result.