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
26
27
27
extraOptions = mkOption {
28
28
type = types.string;
29
29
+
default = "";
29
30
description = ''
30
31
Additional command line arguments to pass to tlsdated.
31
32
'';