Update the Mac inventory
Martin Weinelt committed
Apr 9, 2026 at 00:44 UTC
91c919c1038899b40eb0cee13bf52990c7fa6099
2 files changed
+24
-16
build/hydra.nix
-6
@@ -178,12 +178,6 @@ in
178
"hopeful-rivest.builder.nixos.org".publicKey =
179
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBgjwpQaNAWdEdnk1YG7JWThM4xQdKNJ3h3arhF7+iFm";
180
181
- # M1 Macs in North America
182
- "*.foundation.detsys.dev" = {
183
- certAuthority = true;
184
- publicKey = "@cert-authority *.foundation.detsys.dev ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDBQ55ccEXJHIY9Cde6hSx26zTOju0RIXzuJL2uxmKrSc6l2SsZV3RsejfY3vp4Zhs/UVhk9VBkaiYY6bMg1SW6f9A0fBrPOSSytRwKgW/XCO605bdpNlGC5sKFGQAuOZfhFEeW9mInhjn1Pkz63gINrI3jWEM1mWJMKwLpstC2P0wXX3kWxQutPjIQrGqKP+TRiYdWcy+dWUFItXcBQkBRk+2xC24PL4s5JLGJffx/pNt+WnZqADIEu42WgrQiiz5OPGoGwlzDNgcWltuHdYaDtKU7bDY4wZxWa/HZGNju1vqLbVPai/Fo4EpONjKr4+EJpInxTpmjm4rcXHmCNmf2fEjZvbpXVcocj/NHp0IuusSLfMo3JfUTo6Vo5gyDjEETWDm1y++pWp5aZ0Dss1mJAbkUN/arMqIIj1RcmLFYf7p9Y1mE7axHZL3BFIlsHxAnZle+ouxPUSIstq9GrD1b3rIC03lTqEH0eTikEpoJAU3OIK5Eoi7vuJyDTtd8rzxPhsv3ScxBGJF6BRbyaaBsqjXWphxzlmzKvwH0psLoE3NuS46EQ5VXq4A4p0KgcuybccuxYMDSf81u96LSIm4f7yWZcE7+iXTollc3tn48uxWFSFNLxzo7RixmJ0R/cRPY6KlOUUJyurWO/bMxSc9rxCJpVrrr/0cMbBbEggICEw==";
185
- };
186
-
181
# M1 Macs at Hetzner
182
"intense-heron.mac.nixos.org".publicKey =
183
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICeSgOe/cr1yVAJOl30t3AZOLtvzeQa5rnrHGceKeBue";
macs/README.md
+24
-10
@@ -4,22 +4,30 @@ See [inventory](../docs/inventory.md).
4
5
## Inventory
6
7
-### At Graham's place
7
+### Obisdian Systems (US Hosting)
8
9
-We have mac-mini's are in [Grahams](https://github.com/grahamc) house, that only
10
-[@cole-h](https://github.com/cole-h) can deploy:
9
+They are hosting five Macs Minis for us in the United States.
10
12
-- becoming-hyena.foundation.detsys.dev
13
-- cosmic-stud.foundation.detsys.dev
14
-- quality-ram.foundation.detsys.dev
15
-- tight-bug.foundation.detsys.dev
11
+Contact: [@ryantrinkle](https://github.com/ryantrinkle)
12
17
-- These are getting erased and automatically redeployed from the configuration
18
- in this directory.
13
+- Mac Mini (M1 2020, 16 GB, 256 GB)
14
+- Mac Mini (M1 2020, 16 GB, 256 GB)
15
+- Mac Mini (M1 2020, 16 GB, 256 GB)
16
+- Mac Mini (M1 2020, 16 GB, 256 GB)
17
+- Mac Mini (i3-8100B, 8GB, 128 GB)
18
+
19
+### Flying Circus (DE Hosting)
20
+
21
+Currently hosting two Mac Minis for us in Germany.
22
+
23
+Contact: [@ctheune](https://github.com/ctheune)
24
+
25
+- Mac Mini (M1 2020, 16 GB, 256 GB)
26
+- Mac Mini (M1 2020, 16 GB, 256 GB)
27
28
### Hetzner
29
22
-Additional we have five M1 builders at Hetzner online:
30
+Additional we rent five M1 (16 GB, 256 GB) builders at Hetzner online:
31
32
- enormous-catfish.mac.nixos.org
33
- growing-jennet.mac.nixos.org
@@ -31,6 +39,12 @@ These are maintained by the build infra team.
39
40
### Oakhost
41
42
+Two M2 Mac Mini with 24 GB RAM and 1 TB disk are sponsored by
43
+[Oakhost](https://www.oakhost.com/).
44
+
45
+If you are looking for Mac Hosting in the EU, we can recommend Oakhost. They
46
+offer a great admin experience with ad-hoc KVM access in the browser.
47
+
48
- eager-heisenberg.mac.nixos.org
49
- kind-lumiere.mac.nixos.org
50