remote: use eth

This commit is contained in:
Sridhar Ratnakumar 2025-12-24 14:00:28 -05:00
parent 9d84a8e9ca
commit 8c46aa5460

View file

@ -4,7 +4,7 @@
nix.buildMachines = [
{
# hostName = "sincereintent"; TAILSCALE problem
hostName = "192.168.2.247";
hostName = "192.168.2.44"; # ethernet
sshUser = "srid";
systems = [ "aarch64-darwin" ];
protocol = "ssh-ng";