fs: mount media/torrents instead of media/freeleech (the latter was removed)

This commit is contained in:
Colin 2024-04-23 01:25:57 +00:00
parent 243e8b831b
commit fd771cdb2c
1 changed files with 1 additions and 1 deletions

View File

@ -225,10 +225,10 @@ lib.mkMerge [
(remoteServo "media/Books") (remoteServo "media/Books")
(remoteServo "media/collections") (remoteServo "media/collections")
# (remoteServo "media/datasets") # (remoteServo "media/datasets")
(remoteServo "media/freeleech")
(remoteServo "media/games") (remoteServo "media/games")
(remoteServo "media/Music") (remoteServo "media/Music")
(remoteServo "media/Pictures/macros") (remoteServo "media/Pictures/macros")
(remoteServo "media/torrents")
(remoteServo "media/Videos") (remoteServo "media/Videos")
(remoteServo "playground") (remoteServo "playground")
] ]