Skip to content

Commit e574810

Browse files
committed
imp: add and deploy ci metal machine
1 parent 5e224be commit e574810

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/metal/bitteProfile/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ in {
7474
in
7575
lib.listToAttrs (lib.forEach [
7676
(mkAsgs "eu-central-1" 3 "m5.8xlarge" 500 "prod" "prod" {withPatroni = true;} {})
77+
(mkAsgs "eu-central-1" 1 "m5.metal" 1000 "baremetal" "baremetal" {} {primaryInterface = "enp125s0";})
7778
(mkAsgs "eu-central-1" 1 "t3a.medium" 100 "test" "test" {} {})
7879
]
7980
(args: let

0 commit comments

Comments
 (0)