fix(aspen/system): Drop a broken remote builder

bye bye mugwump

Change-Id: Ie30771caaf23dd10872c33ad60f904f089fa6b6c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12150
Autosubmit: aspen <root@gws.fyi>
Reviewed-by: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Aspen Smith 2024-08-07 20:15:11 -04:00 committed by clbot
parent 6559ab4cf5
commit 172405c40c

View file

@ -95,13 +95,4 @@
wal_level = "logical";
};
};
nix.settings.substituters = [ "ssh://grfn@172.16.0.5" ];
nix.settings.trusted-substituters = [ "ssh://grfn@172.16.0.5" ];
programs.ssh.knownHosts.mugwump = {
extraHostNames = [ "172.16.0.5" ];
publicKeyFile = pkgs.writeText "mugwump.pub" ''
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFE2fxPgWO+zeQoLBTgsgxP7Vg7QNHlrQ+Rb3fHFTomB
'';
};
}