This commit is contained in:
Tao Tien 2025-01-30 17:42:24 -08:00
parent c8b414ad47
commit 03cb61d4a5
5 changed files with 56 additions and 7 deletions

View file

@ -11,11 +11,11 @@
what = "//100.97.47.81/anime";
where = "/mnt/uwuraid/anime";
})
# (opts
# // {
# what = "//100.97.47.81/appdata";
# where = "/mnt/uwuraid/appdata";
# })
(opts
// {
what = "//100.97.47.81/appdata";
where = "/mnt/uwuraid/appdata";
})
(opts
// {
what = "//100.97.47.81/backup";
@ -79,7 +79,7 @@
};
in [
(opts // {where = "/mnt/uwuraid/anime";})
# (opts // {where = "/mnt/uwuraid/appdata";})
(opts // {where = "/mnt/uwuraid/appdata";})
(opts // {where = "/mnt/uwuraid/backup";})
(opts // {where = "/mnt/uwuraid/everything";})
(opts // {where = "/mnt/uwuraid/games";})