From 8bc84b70ce2ccc454ce5183af17aacadc73e5cc9 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:48:44 +0100 Subject: [PATCH] Set franz ftp to real 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 ebb9d39..d84cb16 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.48"; + fftp = mkIf hasLftp "lftp -u ghoscht, sftp://192.168.178.43"; }; functions = { # Disable greeting