tlsdated: add missing default value for extraOptions
This commit is contained in:
parent
de5a233a71
commit
de787adb90
@ -26,6 +26,7 @@ in
|
|||||||
|
|
||||||
extraOptions = mkOption {
|
extraOptions = mkOption {
|
||||||
type = types.string;
|
type = types.string;
|
||||||
|
default = "";
|
||||||
description = ''
|
description = ''
|
||||||
Additional command line arguments to pass to tlsdated.
|
Additional command line arguments to pass to tlsdated.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user