tlsdated: add missing default value for extraOptions

tg(x) de787adb de5a233a

+1
+1
nixos/modules/services/networking/tlsdated.nix
··· 26 26 27 27 extraOptions = mkOption { 28 28 type = types.string; 29 + default = ""; 29 30 description = '' 30 31 Additional command line arguments to pass to tlsdated. 31 32 '';