tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tlsdated: add missing default value for extraOptions
tg(x)
10 years ago
de787adb
de5a233a
+1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
networking
tlsdated.nix
+1
nixos/modules/services/networking/tlsdated.nix
···
26
27
extraOptions = mkOption {
28
type = types.string;
0
29
description = ''
30
Additional command line arguments to pass to tlsdated.
31
'';
···
26
27
extraOptions = mkOption {
28
type = types.string;
29
+
default = "";
30
description = ''
31
Additional command line arguments to pass to tlsdated.
32
'';