tlsdated: add missing default value for extraOptions

This commit is contained in:
tg(x) 2016-02-18 05:29:12 +01:00
parent de5a233a71
commit de787adb90

View file

@ -26,6 +26,7 @@ in
extraOptions = mkOption {
type = types.string;
default = "";
description = ''
Additional command line arguments to pass to tlsdated.
'';