Skip to content

Commit 080c089

Browse files
committed
fix: only include hermes config if enabled
1 parent 40a0202 commit 080c089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixosModules/hermes.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ in
9595
};
9696
};
9797

98-
config = {
98+
config = lib.mkIf cfg.enable {
9999
services.cosmos.nodeDefaults.genesisAccounts = {
100100
hermes = {
101101
amount = "1000000000000";

0 commit comments

Comments
 (0)