more uwu
This commit is contained in:
parent
cffa274b7b
commit
b504bb4fcc
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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";})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue