Skip to content

Commit b790e41

Browse files
committed
nixos node svc: use topology.json vs yaml for consistency w/ other cfgs
1 parent da5121c commit b790e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/nixos/cardano-node-service.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ let
5656
selectTopology = i:
5757
if cfg.topology != null
5858
then cfg.topology
59-
else toFile "topology.yaml" (toJSON (if (cfg.useNewTopology) then assertNewTopology i else oldTopology i));
59+
else toFile "topology.json" (toJSON (if (cfg.useNewTopology) then assertNewTopology i else oldTopology i));
6060

6161
topology = i:
6262
if cfg.useSystemdReload

0 commit comments

Comments
 (0)