This commit is contained in:
Tao Tien 2025-04-19 19:20:15 -07:00
parent 8072a4db9d
commit dafe35d2f4

View file

@ -26,6 +26,11 @@
what = "//100.97.47.81/everything"; what = "//100.97.47.81/everything";
where = "/mnt/uwuraid/everything"; where = "/mnt/uwuraid/everything";
}) })
(opts
// {
what = "//100.97.47.81/media";
where = "/mnt/uwuraid/media";
})
# (opts # (opts
# // { # // {
# what = "//100.97.47.81/isos"; # what = "//100.97.47.81/isos";
@ -55,6 +60,7 @@
(opts // {where = "/mnt/uwuraid/appdata";}) (opts // {where = "/mnt/uwuraid/appdata";})
(opts // {where = "/mnt/uwuraid/backup";}) (opts // {where = "/mnt/uwuraid/backup";})
(opts // {where = "/mnt/uwuraid/everything";}) (opts // {where = "/mnt/uwuraid/everything";})
(opts // {where = "/mnt/uwuraid/media";})
# (opts // {where = "/mnt/uwuraid/isos";}) # (opts // {where = "/mnt/uwuraid/isos";})
(opts // {where = "/mnt/uwuraid/photos";}) (opts // {where = "/mnt/uwuraid/photos";})
(opts // {where = "/mnt/uwuraid/virginia";}) (opts // {where = "/mnt/uwuraid/virginia";})