We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2415e2 commit ee38326Copy full SHA for ee38326
nix/nixos/cardano-tracer-service.nix
@@ -60,8 +60,6 @@ with builtins; let
60
// optionalAttrs (!isNull cfg.rotation.rpMaxAgeMinutes) {
61
inherit (cfg.rotation) rpMaxAgeMinutes;
62
};
63
-
64
- WarnRTViewMissing = cfg.warnRtviewMissing;
65
}
66
// optionalAttrs cfg.ekgEnable {
67
hasEKG = {
@@ -800,19 +798,6 @@ in {
800
798
If null cardano-tracer will set a default: ErrorsOnly.
801
799
'';
802
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
- };
816
817
818
0 commit comments