This commit is contained in:
Tao Tien 2024-03-15 14:41:13 -07:00
parent acae27684e
commit cb9b393cf0
3 changed files with 21 additions and 19 deletions

View file

@ -26,16 +26,16 @@
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";
where = "/mnt/uwuraid/isos";
})
# (opts
# // {
# what = "//100.97.47.81/games";
# where = "/mnt/uwuraid/games";
# })
# (opts
# // {
# what = "//100.97.47.81/isos";
# where = "/mnt/uwuraid/isos";
# })
# (opts // { what = "//100.97.47.81/jellyfin"; where = "/mnt/uwuraid/jellyfin"; })
(opts
// {
@ -57,11 +57,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";
# })
];
systemd.automounts = let
opts = {
@ -73,13 +73,13 @@
# (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/games";})
# (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";})
(opts // {where = "/mnt/uwuraid/syncthing";})
(opts // {where = "/mnt/uwuraid/television";})
# (opts // {where = "/mnt/uwuraid/television";})
];
}