refactor: fs/remote-servo: remove dead code
This commit is contained in:
@@ -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}";
|
||||||
|
Reference in New Issue
Block a user