hydra: drop the manually added armv7l
Graham Christensen committed
Mar 8, 2020 at 13:58 UTC
41221a3890a8d49658e1a81ea97765dc8b1453f0
1 file changed
-6
delft/hydra.nix
-6
@@ -123,11 +123,6 @@ in
123
Host macstadium2
124
Hostname 208.78.106.252
125
Compression yes
126
-
127
- Host c2largearmarmv7l
128
- Hostname 147.75.204.174
129
- Port 2200
130
- Compression yes
126
'';
127
128
services.openssh.knownHosts =
@@ -161,7 +156,6 @@ in
156
{ hostNames = [ "t2a.cunat.cz" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIu3itg4hn5e4KrnyoreAUN3RIbAcvqc7yWx5i6EWqAu"; }
157
{ hostNames = [ "t4a.cunat.cz" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILXgOInIZ+1DdWDeXBO1ILtlM53ZrYOtrBlfZ7dIzCyu"; }
158
{ hostNames = [ "t4b.cunat.cz" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC/jE8c0lkc/DlK3R7A+zBr6j/lfEQrhqSD/YOEVs8za"; }
164
- { hostNames = [ "[147.75.204.174]:2200" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIsIjberXP4Jc1yRlor6a1SaYF5QWuWIRu2L26iePeA6"; }
159
160
];
161