From afa99098a67e41938e5057bf7c805ac43bc3c69b Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:39:32 -0800 Subject: [PATCH] mount --- extras/uwuraid.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/extras/uwuraid.nix b/extras/uwuraid.nix index bcffc87..d0aeafc 100644 --- a/extras/uwuraid.nix +++ b/extras/uwuraid.nix @@ -11,7 +11,8 @@ (opts // { what = "//100.86.160.104/anime"; where = "/mnt/uwuraid/anime"; }) (opts // { what = "//100.86.160.104/backup"; where = "/mnt/uwuraid/backup"; }) (opts // { what = "//100.86.160.104/everything"; where = "/mnt/uwuraid/everything"; }) - (opts // { what = "//100.86.160.104/jellyfin"; where = "/mnt/uwuraid/jellyfin"; }) + (opts // { what = "//100.86.160.104/isos"; where = "/mnt/uwuraid/isos"; }) + # (opts // { what = "//100.86.160.104/jellyfin"; where = "/mnt/uwuraid/jellyfin"; }) (opts // { what = "//100.86.160.104/movies"; where = "/mnt/uwuraid/movies"; }) (opts // { what = "//100.86.160.104/music"; where = "/mnt/uwuraid/music"; }) (opts // { what = "//100.86.160.104/photos"; where = "/mnt/uwuraid/photos"; }) @@ -29,7 +30,8 @@ (opts // { where = "/mnt/uwuraid/anime"; }) (opts // { where = "/mnt/uwuraid/backup"; }) (opts // { where = "/mnt/uwuraid/everything"; }) - (opts // { where = "/mnt/uwuraid/jellyfin"; }) + (opts // { where = "/mnt/uwuraid/isos"; }) + # (opts // { where = "/mnt/uwuraid/jellyfin"; }) (opts // { where = "/mnt/uwuraid/movies"; }) (opts // { where = "/mnt/uwuraid/music"; }) (opts // { where = "/mnt/uwuraid/photos"; })