fs: remove desko-root mount

i don't use it in practice
This commit is contained in:
Colin 2023-08-20 06:11:17 +00:00
parent 89b5e8145d
commit c3bc0ec645

View File

@ -115,13 +115,6 @@ in
noCheck = true;
};
sane.fs."/mnt/desko-home" = sane-lib.fs.wantedDir;
fileSystems."/mnt/desko-root" = {
device = "colin@desko:/";
fsType = "fuse.sshfs";
options = fsOpts.sshRoot ++ fsOpts.noauto;
noCheck = true;
};
sane.fs."/mnt/desko-root" = sane-lib.fs.wantedDir;
fileSystems."/mnt/moby-home" = {
device = "colin@moby-hn:/home/colin";