refactor: fs/remote-servo: remove dead code

This commit is contained in:
2025-06-02 17:59:30 +00:00
parent b88136fe31
commit ecee0fe032

View File

@@ -12,9 +12,7 @@ let
"stderr_path=/var/log/curlftpfs/servo-hn.stderr"
];
remoteServo = subdir: let
systemdBindName = utils.escapeSystemdPath "/mnt/servo/${subdir}";
in {
remoteServo = subdir: {
# sane.fs."/mnt/servo/${subdir}".mount.bind = "/mnt/.servo_ftp/${subdir}";
systemd.mounts = [{
where = "/mnt/servo/${subdir}";