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" "stderr_path=/var/log/curlftpfs/servo-hn.stderr"
]; ];
remoteServo = subdir: let remoteServo = subdir: {
systemdBindName = utils.escapeSystemdPath "/mnt/servo/${subdir}";
in {
# sane.fs."/mnt/servo/${subdir}".mount.bind = "/mnt/.servo_ftp/${subdir}"; # sane.fs."/mnt/servo/${subdir}".mount.bind = "/mnt/.servo_ftp/${subdir}";
systemd.mounts = [{ systemd.mounts = [{
where = "/mnt/servo/${subdir}"; where = "/mnt/servo/${subdir}";