mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
remote: use eth
This commit is contained in:
parent
9d84a8e9ca
commit
8c46aa5460
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
nix.buildMachines = [
|
nix.buildMachines = [
|
||||||
{
|
{
|
||||||
# hostName = "sincereintent"; TAILSCALE problem
|
# hostName = "sincereintent"; TAILSCALE problem
|
||||||
hostName = "192.168.2.247";
|
hostName = "192.168.2.44"; # ethernet
|
||||||
sshUser = "srid";
|
sshUser = "srid";
|
||||||
systems = [ "aarch64-darwin" ];
|
systems = [ "aarch64-darwin" ];
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue