This commit is contained in:
Tao Tien 2024-02-27 15:34:12 -08:00
parent cffa274b7b
commit b504bb4fcc
2 changed files with 7 additions and 1 deletions

View file

@ -6,7 +6,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# freecad # freecad
# vulkan-loader # vulkan-loader
etcher # etcher
hyperfine hyperfine
inputs.helix.packages.${pkgs.system}.default inputs.helix.packages.${pkgs.system}.default
jq jq

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/games";
where = "/mnt/uwuraid/games";
})
(opts (opts
// { // {
what = "//100.97.47.81/isos"; what = "//100.97.47.81/isos";
@ -68,6 +73,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/games";})
(opts // {where = "/mnt/uwuraid/isos";}) (opts // {where = "/mnt/uwuraid/isos";})
# (opts // { where = "/mnt/uwuraid/jellyfin"; }) # (opts // { where = "/mnt/uwuraid/jellyfin"; })
(opts // {where = "/mnt/uwuraid/movies";}) (opts // {where = "/mnt/uwuraid/movies";})