From ecee0fe032f41aa7ab0a158bf1c31af9013bff00 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 2 Jun 2025 17:59:30 +0000 Subject: [PATCH] refactor: fs/remote-servo: remove dead code --- hosts/common/fs/remote-servo.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/common/fs/remote-servo.nix b/hosts/common/fs/remote-servo.nix index 252b36f24..daca8036a 100644 --- a/hosts/common/fs/remote-servo.nix +++ b/hosts/common/fs/remote-servo.nix @@ -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}";