File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
templates/cardano-parts-project/flake/nixosModules Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments