+6
-5
nixos/modules/services/web-servers/varnish/default.nix
+6
-5
nixos/modules/services/web-servers/varnish/default.nix
······-buildCommand = "${cfg.package}/sbin/varnishd -C ${commandLine} 2> $out || (cat $out; exit 1)";
···+enableConfigCheck = mkEnableOption "checking the config during build time" // { default = true; };···