Skip to content

Commit 0c7e1a4

Browse files
dermetfanjohnalotoski
authored andcommitted
imp: aid module deduplication
1 parent 7b6262f commit 0c7e1a4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

flake/nixosModules/profile-cardano-custom-metrics.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
perNodeCfg = config.cardano-parts.perNode;
2525
cfg = config.services.cardano-custom-metrics;
2626
in {
27+
key = ./profile-cardano-custom-metrics.nix;
28+
2729
options.services.cardano-custom-metrics = {
2830
address = mkOption {
2931
type = str;

flake/nixosModules/profile-cardano-node-group.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
cfg = nixos.config.services.cardano-node;
9494
cfgMithril = nixos.config.services.mithril-client;
9595
in {
96+
key = ./profile-cardano-node-group.nix;
97+
9698
# Leave the import of the upstream cardano-node service for
9799
# cardano-parts consuming repos so that service import can be customized.
98100
#

0 commit comments

Comments
 (0)