Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
remove unused security group
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Sep 10, 2019
1 parent 0e10ca3 commit be7a0f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/cardano-base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ with import ../lib.nix;
let sgNames =
optionals typeIsExplorer [ "allow-to-explorer-${config.params.region}" ]
++ optionals typeIsFaucet [ "allow-to-faucet-${config.params.region}" ]
++ optionals typeIsCore [ "allow-cardano-static-peers-${config.params.name}-${config.params.region}-${config.params.org}" ]
++ optionals
(typeIsCore && (nodeImpl != "rust")) [ "allow-cardano-static-peers-${config.params.name}-${config.params.region}-${config.params.org}" ]
++ optionals
(typeIsRelay || (nodeImpl == "rust")) [ "allow-kademlia-public-udp-${config.params.region}"
"allow-cardano-public-tcp-${config.params.region}" ]
Expand Down

0 comments on commit be7a0f7

Please sign in to comment.