mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
tlsdated: add missing default value for extraOptions
This commit is contained in:
parent
de5a233a71
commit
de787adb90
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ in
|
|||
|
||||
extraOptions = mkOption {
|
||||
type = types.string;
|
||||
default = "";
|
||||
description = ''
|
||||
Additional command line arguments to pass to tlsdated.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue