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 5e224be commit e574810Copy full SHA for e574810
nix/metal/bitteProfile/default.nix
@@ -74,6 +74,7 @@ in {
74
in
75
lib.listToAttrs (lib.forEach [
76
(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";})
78
(mkAsgs "eu-central-1" 1 "t3a.medium" 100 "test" "test" {} {})
79
]
80
(args: let
0 commit comments