fs: define /mnt/moby-home

This commit is contained in:
2023-08-14 08:10:17 +00:00
parent c824751682
commit e3ba156fe1

View File

@@ -123,6 +123,14 @@ in
}; };
sane.fs."/mnt/desko-root" = sane-lib.fs.wantedDir; sane.fs."/mnt/desko-root" = sane-lib.fs.wantedDir;
fileSystems."/mnt/moby-home" = {
device = "colin@moby-hn:/home/colin";
fsType = "fuse.sshfs";
options = fsOpts.sshColin ++ fsOpts.noauto;
noCheck = true;
};
sane.fs."/mnt/moby-home" = sane-lib.fs.wantedDir;
environment.pathsToLink = [ environment.pathsToLink = [
# needed to achieve superuser access for user-mounted filesystems (see optionsRoot above) # needed to achieve superuser access for user-mounted filesystems (see optionsRoot above)
# we can only link whole directories here, even though we're only interested in pkgs.openssh # we can only link whole directories here, even though we're only interested in pkgs.openssh