diff options
| author | Fuwn <[email protected]> | 2024-10-03 00:20:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-03 00:20:27 -0700 |
| commit | 94b1faacfb5b291d60bd6bbb1da2a1511d9817ff (patch) | |
| tree | f67bde112c87e992e2506e7921a55265cbaec3b8 /home/ebisu | |
| parent | fastfetch: fix logo width (diff) | |
| download | nixos-config-94b1faacfb5b291d60bd6bbb1da2a1511d9817ff.tar.xz nixos-config-94b1faacfb5b291d60bd6bbb1da2a1511d9817ff.zip | |
akashi: fix up
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"; |