Change sftp ip to new nic ip

This commit is contained in:
GHOSCHT 2024-03-31 23:56:10 +02:00
parent 9cfab6dd2a
commit 7d7e92f88c
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -89,7 +89,7 @@ in {
udmount = "udisksctl mount -b"; udmount = "udisksctl mount -b";
udumount = "udisksctl unmount -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 = { functions = {
# Disable greeting # Disable greeting