Skip to content

Commit ee38326

Browse files
committed
nixosTracerSvc: rm warnRTViewMissing option config
1 parent c2415e2 commit ee38326

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

nix/nixos/cardano-tracer-service.nix

-15
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ with builtins; let
6060
// optionalAttrs (!isNull cfg.rotation.rpMaxAgeMinutes) {
6161
inherit (cfg.rotation) rpMaxAgeMinutes;
6262
};
63-
64-
WarnRTViewMissing = cfg.warnRtviewMissing;
6563
}
6664
// optionalAttrs cfg.ekgEnable {
6765
hasEKG = {
@@ -800,19 +798,6 @@ in {
800798
If null cardano-tracer will set a default: ErrorsOnly.
801799
'';
802800
};
803-
804-
warnRtviewMissing = mkOption {
805-
type = nullOr bool;
806-
default = null;
807-
description = ''
808-
Whether to provide a warning if RTView is requested in config but
809-
cardano-tracer was built without it.
810-
811-
If null cardano-tracer will set a default: true if RTView
812-
config is provided but cardano-tracer was built without it, false
813-
otherwise.
814-
'';
815-
};
816801
};
817802
};
818803

0 commit comments

Comments
 (0)