Change sftp ip to new nic ip
This commit is contained in:
parent
9cfab6dd2a
commit
7d7e92f88c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue