raid, back to nixos-hw for nolap

This commit is contained in:
Tao Tien 2024-12-01 00:01:50 -08:00
parent 0b2fd7b10d
commit d88d3ff121
4 changed files with 20 additions and 934 deletions

View file

@ -36,11 +36,11 @@
# what = "//100.97.47.81/isos";
# where = "/mnt/uwuraid/isos";
# })
# (opts
# // {
# what = "//100.97.47.81/jellyfin";
# where = "/mnt/uwuraid/jellyfin";
# })
(opts
// {
what = "//100.97.47.81/jellyfin";
where = "/mnt/uwuraid/jellyfin";
})
(opts
// {
what = "//100.97.47.81/movies";
@ -61,11 +61,11 @@
what = "//100.97.47.81/syncthing";
where = "/mnt/uwuraid/syncthing";
})
# (opts
# // {
# what = "//100.97.47.81/television";
# where = "/mnt/uwuraid/television";
# })
(opts
// {
what = "//100.97.47.81/television";
where = "/mnt/uwuraid/television";
})
(opts
// {
what = "//100.97.47.81/virginia";
@ -84,12 +84,12 @@
(opts // {where = "/mnt/uwuraid/everything";})
(opts // {where = "/mnt/uwuraid/games";})
# (opts // {where = "/mnt/uwuraid/isos";})
# (opts // { where = "/mnt/uwuraid/jellyfin"; })
(opts // {where = "/mnt/uwuraid/jellyfin";})
(opts // {where = "/mnt/uwuraid/movies";})
(opts // {where = "/mnt/uwuraid/music";})
(opts // {where = "/mnt/uwuraid/photos";})
(opts // {where = "/mnt/uwuraid/syncthing";})
(opts // {where = "/mnt/uwuraid/virginia";})
# (opts // {where = "/mnt/uwuraid/television";})
(opts // {where = "/mnt/uwuraid/television";})
];
}