/mnt/servo-media: default to the nfs mount

maybe i remove the ssh mounts if/when nfs proves stable
This commit is contained in:
Colin 2023-06-15 02:31:17 +00:00
parent 7a57cf5327
commit c75719e751

View File

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, sane-lib, ... }:
let sshOpts = rec {
fsType = "fuse.sshfs";
@ -48,6 +48,7 @@ in
# fsType = "nfs";
# options = [ "x-systemd.automount" ];
# };
sane.fs."/mnt/servo-media" = sane-lib.fs.wantedSymlinkTo "/mnt/servo-nfs/media";
fileSystems."/mnt/servo-media-wan" = {
device = "colin@uninsane.org:/var/lib/uninsane/media";