Skip to content

Commit

Permalink
CAD-2712 cardano-node.service: allow topology path to be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Mar 4, 2021
1 parent 7bc71a1 commit c55a2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/nixos/cardano-node-service.nix
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ in {
};

topology = mkOption {
type = types.nullOr types.path;
type = types.nullOr (types.either types.str types.path);
default = null;
description = ''
Cluster topology. If not set `producers` array is used to generated topology file.
Expand Down

0 comments on commit c55a2f3

Please sign in to comment.