diff options
Diffstat (limited to 'home/ebisu')
| -rw-r--r-- | home/ebisu/fortune/system/ssh.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |