From dafe35d2f4093d082af51dcca18c1de6bdaa2a85 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sat, 19 Apr 2025 19:20:15 -0700 Subject: [PATCH] media --- extras/uwuraid.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extras/uwuraid.nix b/extras/uwuraid.nix index 43cf0f7..f77cc33 100644 --- a/extras/uwuraid.nix +++ b/extras/uwuraid.nix @@ -26,6 +26,11 @@ what = "//100.97.47.81/everything"; where = "/mnt/uwuraid/everything"; }) + (opts + // { + what = "//100.97.47.81/media"; + where = "/mnt/uwuraid/media"; + }) # (opts # // { # what = "//100.97.47.81/isos"; @@ -55,6 +60,7 @@ (opts // {where = "/mnt/uwuraid/appdata";}) (opts // {where = "/mnt/uwuraid/backup";}) (opts // {where = "/mnt/uwuraid/everything";}) + (opts // {where = "/mnt/uwuraid/media";}) # (opts // {where = "/mnt/uwuraid/isos";}) (opts // {where = "/mnt/uwuraid/photos";}) (opts // {where = "/mnt/uwuraid/virginia";})