Skip to content

Commit 26f2739

Browse files
committed
BUILD: Update hostnames in Nix flake.
1 parent ee333bd commit 26f2739

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

infrastructure/flake.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,13 @@
3434

3535
deploy.nodes = {
3636
catcolab = {
37-
hostname = "ec2-3-129-12-223.us-east-2.compute.amazonaws.com";
37+
hostname = "ec2-18-191-165-64.us-east-2.compute.amazonaws.com";
3838
profiles.system = mkSystemProfile "catcolab" // {
3939
sshUser = "root";
4040
};
4141
};
4242
catcolab-next = {
43-
hostname = "ec2-18-191-165-64.us-east-2.compute.amazonaws.com";
44-
# hostname = "ec2-3-141-32-205.us-east-2.compute.amazonaws.com"; # test (terminated)
45-
# hostname = "ec2-18-217-205-18.us-east-2.compute.amazonaws.com"; # test (running)
43+
hostname = "ec2-18-217-205-18.us-east-2.compute.amazonaws.com";
4644
profiles.system = mkSystemProfile "catcolab-next" // {
4745
sshUser = "root";
4846
};

0 commit comments

Comments
 (0)