We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee333bd commit 26f2739Copy full SHA for 26f2739
infrastructure/flake.nix
@@ -34,15 +34,13 @@
34
35
deploy.nodes = {
36
catcolab = {
37
- hostname = "ec2-3-129-12-223.us-east-2.compute.amazonaws.com";
+ hostname = "ec2-18-191-165-64.us-east-2.compute.amazonaws.com";
38
profiles.system = mkSystemProfile "catcolab" // {
39
sshUser = "root";
40
};
41
42
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)
+ hostname = "ec2-18-217-205-18.us-east-2.compute.amazonaws.com";
46
profiles.system = mkSystemProfile "catcolab-next" // {
47
48
0 commit comments