From 94b1faacfb5b291d60bd6bbb1da2a1511d9817ff Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 3 Oct 2024 00:20:27 -0700 Subject: akashi: fix up --- home/ebisu/fortune/system/ssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/ebisu') diff --git a/home/ebisu/fortune/system/ssh.nix b/home/ebisu/fortune/system/ssh.nix index 2f666d1..6a47791 100644 --- a/home/ebisu/fortune/system/ssh.nix +++ b/home/ebisu/fortune/system/ssh.nix @@ -13,9 +13,9 @@ ''; matchBlocks = { - "watson".user = "root"; - "akashi".hostname = "192.168.1.219"; + "akashi" = { }; "himeji".user = "root"; + "watson".user = "root"; "github.com" = { user = "git"; -- cgit v1.2.3