From b504bb4fcc31cbbc537bf491629aeaa5f5c10785 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:34:12 -0800 Subject: [PATCH] more uwu --- extras/dev.nix | 2 +- extras/uwuraid.nix | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/extras/dev.nix b/extras/dev.nix index 712d42e..b52fb4a 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -6,7 +6,7 @@ environment.systemPackages = with pkgs; [ # freecad # vulkan-loader - etcher + # etcher hyperfine inputs.helix.packages.${pkgs.system}.default jq diff --git a/extras/uwuraid.nix b/extras/uwuraid.nix index d5abacc..1215b9d 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/games"; + where = "/mnt/uwuraid/games"; + }) (opts // { what = "//100.97.47.81/isos"; @@ -68,6 +73,7 @@ (opts // {where = "/mnt/uwuraid/appdata";}) (opts // {where = "/mnt/uwuraid/backup";}) (opts // {where = "/mnt/uwuraid/everything";}) + (opts // {where = "/mnt/uwuraid/games";}) (opts // {where = "/mnt/uwuraid/isos";}) # (opts // { where = "/mnt/uwuraid/jellyfin"; }) (opts // {where = "/mnt/uwuraid/movies";})