nero: add sshfs filesystem mount for network share

This commit is contained in:
2026-08-20 21:59:36 -04:00
parent 002f918031
commit 68f20a479a
+16
View File
@@ -51,6 +51,22 @@
"dmask=0077" "dmask=0077"
]; ];
}; };
"/mnt/fileshare" = {
device = "frank@vergil.cfl.rr.com:/mnt/shares";
fsType = "sshfs";
options = [
"uid=1000"
"gid=1000"
"default_permissions"
"allow_other"
"_netdev"
"x-systemd.automount"
"reconnect"
"ServerAliveInterval=15"
"IdentityFile=/root/.ssh/id_rsa"
];
};
}; };
swapDevices = [ swapDevices = [