nero: change sshfs to force use ipv4

This commit is contained in:
2026-08-22 18:01:29 -04:00
parent a290b0f429
commit 1b2b1d175b
+1 -1
View File
@@ -53,7 +53,7 @@
}; };
"/mnt/fileshare" = { "/mnt/fileshare" = {
device = "frank@vergil.cfl.rr.com:/mnt/shares"; device = "frank@192.168.1.181:/mnt/shares";
fsType = "sshfs"; fsType = "sshfs";
options = [ options = [
"uid=1000" "uid=1000"