From c75719e751a27e404b4b8c59ffa84c869037c117 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 15 Jun 2023 02:31:17 +0000 Subject: [PATCH] /mnt/servo-media: default to the nfs mount maybe i remove the ssh mounts if/when nfs proves stable --- hosts/common/fs.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/common/fs.nix b/hosts/common/fs.nix index 7bc13e16..ed59a472 100644 --- a/hosts/common/fs.nix +++ b/hosts/common/fs.nix @@ -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";