mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
tlsdated: add missing default value for extraOptions
This commit is contained in:
parent
de5a233a71
commit
de787adb90
|
@ -26,6 +26,7 @@ in
|
|||
|
||||
extraOptions = mkOption {
|
||||
type = types.string;
|
||||
default = "";
|
||||
description = ''
|
||||
Additional command line arguments to pass to tlsdated.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue