From 306e8aa54f40bd295706b1ccc08c221be36f935e Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 20 May 2025 12:59:27 +0200 Subject: [PATCH] chore: switch to fusion-wifi as default --- horsch/ssh.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/horsch/ssh.nix b/horsch/ssh.nix index 7890487..b3be0ad 100644 --- a/horsch/ssh.nix +++ b/horsch/ssh.nix @@ -1,6 +1,4 @@ -{ ... }: - -{ +{...}: { programs = { ssh = { enable = true; @@ -17,7 +15,7 @@ }; }; Fusion-USB = { - host = "fusion-usb fusion 172.16.0.1"; + host = "fusion-usb 172.16.0.1"; user = "root"; hostname = "172.16.0.1"; checkHostIP = false; @@ -28,7 +26,7 @@ }; }; Fusion-Wifi = { - host = "fusion-wifi 172.16.1.1"; + host = "fusion-wifi fusion 172.16.1.1"; user = "root"; hostname = "172.16.1.1"; checkHostIP = false;