add virginia to mounts

This commit is contained in:
Tao Tien 2024-04-14 04:24:36 -07:00
parent 6aca00a946
commit f765285cd0
4 changed files with 18 additions and 12 deletions

View file

@ -62,6 +62,11 @@
# what = "//100.97.47.81/television";
# where = "/mnt/uwuraid/television";
# })
(opts
// {
what = "//100.97.47.81/virginia";
where = "/mnt/uwuraid/virginia";
})
];
systemd.automounts = let
opts = {
@ -80,6 +85,7 @@
(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";})
];
}