From 7d7e92f88c871d9686e42f66933fbac5ddc83b8a Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 31 Mar 2024 23:56:10 +0200 Subject: [PATCH] Change sftp ip to new nic ip --- home/features/cli/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index d84cb16..7b9575f 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -89,7 +89,7 @@ in { udmount = "udisksctl mount -b"; udumount = "udisksctl unmount -b"; - fftp = mkIf hasLftp "lftp -u ghoscht, sftp://192.168.178.43"; + fftp = mkIf hasLftp "lftp -u ghoscht, sftp://192.168.178.35"; }; functions = { # Disable greeting