File tree Expand file tree Collapse file tree 9 files changed +41
-0
lines changed
pluto/prometheus/exporters Expand file tree Collapse file tree 9 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 196196 "enormous-catfish.mac.nixos.org" . publicKey =
197197 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMlg7NXxeG5L3s0YqSQIsqVG0MTyvyWDHUyYEfFPazLe" ;
198198
199+ # M1 Macs at Flying Circus
200+ "norwegian-blue.mac.nixos.org" . publicKey =
201+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDQ6Cjvoq5VBYfXl6ZV/ijQ1q4UxbWRYYfkXe0rzmJjf" ;
202+
199203 # M2 Macs at Oakhost
200204 "kind-lumiere.mac.nixos.org" . publicKey =
201205 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFoqn1AAcOqtG65milpBtWVXP5VcBmTUSMGNfJzPwW8Q" ;
Original file line number Diff line number Diff line change 3838 {
3939 labels . role = "mac" ;
4040 targets = [
41+ # flying circus
42+ "norwegian-blue.mac.nixos.org:9100"
4143 # hetzner
4244 "intense-heron.mac.nixos.org:9100"
4345 "sweeping-filly.mac.nixos.org:9100"
Original file line number Diff line number Diff line change 6363 mimas
6464 maximum-snail
6565 ] ;
66+ norwegian-blue-queue-runner-token = with machines ; [
67+ mimas
68+ norwegian-blue
69+ ] ;
6670 sweeping-filly-queue-runner-token = with machines ; [
6771 mimas
6872 sweeping-filly
Original file line number Diff line number Diff line change 1+ age-encryption.org/v1
2+ -> ssh-ed25519 cKT5Kw aMrFTLVt8LAofBa0xq3o4EjsxQjRAPtHm13zmSM+6VA
3+ atGjWVSAl8O9I44eY3BO+QeQ6EDuAEsEBto5matic8s
4+ -> ssh-ed25519 SZ+mDA VmAYOI/l96zfrGL7UwFB1qVJGTGVGjqmjP4z2+0rIjI
5+ RKvi/BBAgHkq9Xvqr/sjCBaTFUg4nOTLpQOGejO2ZAU
6+ -> ssh-ed25519 Gr9EaQ +zszHiPND5T8ORnDZ/tLsOH5F/dtf5/sFMxi/fB4xj4
7+ kaiFkF95SpTTR8eIpuxnktNMBrIokcExYn4Um7AtG9s
8+ -> ssh-ed25519 3ENwVg 9CMlmCc3jammJrza2M22LNzzeASMk+nqH9muX9xkMQc
9+ 0J5BDTOKo3HRWNdhVQdv2gzZNrPoqm4bX3zEm05Cwkc
10+ -> ssh-rsa MuWD+w
11+ bhIUyi/2y8zeWwYKJsBwqsG5JnPZ12aY9IuLkflKSLpJchAChTujKELFiCuzlGN4
12+ fvlbqa7mXadzs3pkjnYSz9MjGg/DyFjRsKXfc+jRD+QztNfodFQwJaKn8+9wG0v1
13+ +TmoQ0K5ecSkmzPvS/Ze3itLG2QfZQEIutND7I461ZJK24f4ORt3tANA4F0+INx9
14+ tVnBMimjp3fb7TI6i7cvUmOytNaoOiipnd0j4caPPkqa9fJ3m9aeeZ58uSkmzo7i
15+ XejZWHsE+LACMLk/hXS/h7JZQzPQGGqviATOp6a9s59Oq6eqT8V2CgjEwHIAITVp
16+ vWpuvsxCsxJQkZg4PjLJvA
17+ -> ssh-ed25519 92bXiA XKApXxi8qr82rvTIPYPbZ/ZFj3sadY7eAbN0DKxvLhM
18+ Sw8RRumPRL3AaNcTAd7qJnDqxea9h7wMOEubpfU1wx4
19+ -> ssh-ed25519 Y121Gw bbz5648ZBs2l9WmnP6spocyLNGLx7EvRizuLCH7P4RU
20+ U0/KXGwVE7aUHeWcE+OANVTTfvQ8jVRqfKOzWCww5m0
21+ --- Cd10Opop86bxKKJPSCO9yYSY6oAghX0dllm+efexPCA
22+ r)�P�-i����d|w�M���R�s���"G���XJ�=�VV��9;�uQ����mQMe�y�TL�J�`5�&��j�h���WxgX��w(F� �
23+ �-��;&��j¬8��=��B
Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ D("nixos.org",
111111
112112 A ( "sweeping-filly.mac" , "142.132.141.35" ) ,
113113
114+ AAAA ( "norwegian-blue.mac" , "2a06:3a80:0:41:423:898a:1e16:3cf7" ) ,
115+
114116 // hydra staging area
115117 A ( "staging-hydra" , "157.180.25.203" ) ,
116118 AAAA ( "staging-hydra" , "2a01:4f9:c012:d5d3::1" ) ,
Original file line number Diff line number Diff line change 2828 maximum-snail = mkNixDarwin "maximum-snail" ./profiles/m1.nix ;
2929 sweeping-filly = mkNixDarwin "sweeping-filly" ./profiles/m1.nix ;
3030
31+ # M1 8C, 16G, 256G (Hosted by Flying-Circus)
32+ norwegian-blue = mkNixDarwin "norwegian-blue" ./profiles/m1.nix ;
33+
3134 # M2 8C, 24G, 1TB (Oakhost)
3235 eager-heisenberg = mkNixDarwin "eager-heisenberg" ./profiles/m2.large.nix ;
3336 kind-lumiere = mkNixDarwin "kind-lumiere" ./profiles/m2.large.nix ;
Original file line number Diff line number Diff line change 88 " hetzner@sweeping-filly.mac.nixos.org"
99 " customer@eager-heisenberg.mac.nixos.org"
1010 " customer@kind-lumiere.mac.nixos.org"
11+ " root@norwegian-blue.mac.nixos.org"
1112)
1213PIDS=()
1314
Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ update hetzner@maximum-snail.mac.nixos.org
1616update hetzner@sweeping-filly.mac.nixos.org
1717update customer@eager-heisenberg.mac.nixos.org
1818update customer@kind-lumiere.mac.nixos.org
19+ update root@norwegian-blue.mac.nixos.org
1920
2021wait " ${PIDS[@]} "
Original file line number Diff line number Diff line change 4949 intense-heron = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICeSgOe/cr1yVAJOl30t3AZOLtvzeQa5rnrHGceKeBue" ;
5050 kind-lumiere = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFoqn1AAcOqtG65milpBtWVXP5VcBmTUSMGNfJzPwW8Q" ;
5151 maximum-snail = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEs+fK4hH8UKo+Pa7u1VYltkMufBHHH5uC93RQ2S6Xy9" ;
52+ norwegian-blue = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDQ6Cjvoq5VBYfXl6ZV/ijQ1q4UxbWRYYfkXe0rzmJjf" ;
5253 sweeping-filly = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE6b/coXQEcFZW1eG4zFyCMCF0mZFahqmadz6Gk9DWMF" ;
5354 } ;
5455}
You can’t perform that action at this time.
0 commit comments