Skip to content

Commit 247cd6b

Browse files
committed
tmpl: update the abort and warn msgs in ip-module-check
1 parent 3769c8d commit 247cd6b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

templates/cardano-parts-project/flake/nixosModules/ip-module-check.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ flake: {
2424
+ ''
2525
2626
If you know what you are doing and have a special edge case, this warning may be disabled by setting:
27-
flake.cardano-parts.cluster.infra.generic.warnOnMissingIpModule = false'');
27+
flake.cardano-parts.cluster.infra.generic.warnOnMissingIpModule = false
28+
29+
Or by setting a per node nixosModules config option:
30+
config.cardano-parts.perNode.generic.warnOnMissingIpModule = false'');
2831

2932
assertions = [
3033
{
@@ -34,7 +37,10 @@ flake: {
3437
+ ''
3538
3639
If you know what you are doing and have a special edge case, this abort may be disabled by setting:
37-
flake.cardano-parts.cluster.infra.generic.abortOnMissingIpModule = false'';
40+
flake.cardano-parts.cluster.infra.generic.abortOnMissingIpModule = false
41+
42+
Or by setting a per node nixosModules config option:
43+
config.cardano-parts.perNode.generic.abortOnMissingIpModule = false'';
3844
}
3945
];
4046
};

0 commit comments

Comments
 (0)