File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 5
5
6
6
with lib ; with builtins ;
7
7
let
8
- inherit ( types ) attrs attrsOf bool enum functionTo listOf package nullOr str ;
8
+ inherit ( types ) attrs attrsOf bool either enum functionTo int listOf package nullOr str ;
9
9
10
10
cfg = config . services . cardano-node ;
11
11
envConfig = cfg . environments . ${ cfg . environment } ;
Original file line number Diff line number Diff line change 57
57
} ;
58
58
in evalModules {
59
59
prefix = [ ] ;
60
- modules = import ../../nixos/module-list.nix
61
- ++ [
62
- ( import ../../nixos/cardano-tracer-service.nix pkgs )
63
- systemdCompat
64
- extra
65
- { config . _module . args = { inherit pkgs ; } ; }
66
- ]
67
- ++ [ backend . service-modules . tracer or { } ]
60
+ modules = [
61
+ ( import ../../nixos/cardano-node-service.nix )
62
+ ( import ../../nixos/cardano-submit-api-service.nix )
63
+ # (import ../../nixos/cardano-tracer-service.nix)
64
+ ( import ../../nixos/cardano-tracer-service-legacy.nix pkgs )
65
+ systemdCompat
66
+ extra
67
+ { config . _module . args = { inherit pkgs ; } ; }
68
+ ]
69
+ ++ [ backend . service-modules . tracer or { } ]
68
70
;
69
71
# args = { inherit pkgs; };
70
72
}
You can’t perform that action at this time.
0 commit comments