diff options
| author | Fuwn <[email protected]> | 2024-09-30 22:06:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-30 22:06:27 -0700 |
| commit | 0e5a68ef99948103687b6ccbd87eafd896dfa81e (patch) | |
| tree | 96a93bf90243d315e9735202cbd6ce7882742b5d | |
| parent | nix: add default.nix for compatibility (diff) | |
| download | nixos-config-0e5a68ef99948103687b6ccbd87eafd896dfa81e.tar.xz nixos-config-0e5a68ef99948103687b6ccbd87eafd896dfa81e.zip | |
ebisu: fix fina ip
| -rw-r--r-- | home/ebisu/fortune/system/ssh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/ebisu/fortune/system/ssh.nix b/home/ebisu/fortune/system/ssh.nix index fec6891..00741c4 100644 --- a/home/ebisu/fortune/system/ssh.nix +++ b/home/ebisu/fortune/system/ssh.nix @@ -14,7 +14,7 @@ matchBlocks = { "watson".user = "root"; - "fina".hostname = "192.168.1.215"; + "fina".hostname = "192.168.1.219"; "himeji".user = "root"; "github.com" = { |