Skip to content

Commit

Permalink
fix: tmpl files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Mar 28, 2024
1 parent 6db5697 commit 43fbbef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/cardano-parts-project/flake/colmena.nix
Expand Up @@ -69,8 +69,8 @@ in

# Topology profiles
# Note: not including a topology profile will default to edge topology if module profile-cardano-node-group is imported
topoBp = {imports = [inputs.cardano-parts.nixosModules.profile-cardano-node-topology {services.cardano-topology = {role = "bp";};}];};
topoRel = {imports = [inputs.cardano-parts.nixosModules.profile-cardano-node-topology {services.cardano-topology = {role = "relay";};}];};
topoBp = {imports = [inputs.cardano-parts.nixosModules.profile-cardano-node-topology {services.cardano-node-topology = {role = "bp";};}];};
topoRel = {imports = [inputs.cardano-parts.nixosModules.profile-cardano-node-topology {services.cardano-node-topology = {role = "relay";};}];};

# Roles
bp = {imports = [inputs.cardano-parts.nixosModules.role-block-producer topoBp];};
Expand Down
@@ -1,5 +1,5 @@
{
perSystem = {
perSystem = {inputs'}: {
cardano-parts.shell.global.defaultShell = "ops";
cardano-parts.shell.global.extraPkgs = [inputs'.cardano-parts.packages.pre-push];
};
Expand Down

0 comments on commit 43fbbef

Please sign in to comment.