setting up media server

This commit is contained in:
Matt Nish-Lapidus 2025-03-10 17:09:49 -04:00
parent cb1bf4f62b
commit 0fbabde981
2 changed files with 10 additions and 10 deletions

View file

@ -9,25 +9,25 @@
in {
"/mnt/filez/media" = {
device = "//filez/Media";
device = "//Filez/Media";
fsType = "smb3";
options = [ "${filez-opts}" ];
};
"/mnt/filez/music-production" = {
device = "//filez/Music Production";
device = "//Filez/Music Production";
fsType = "smb3";
options = [ "${filez-opts}" ];
};
"/mnt/filez/storage" = {
device = "//filez/Storage";
device = "//Filez/Storage";
fsType = "smb3";
options = [ "${filez-opts}" ];
};
"/mnt/filez/photos" = {
device = "//filez/Photo Storage";
device = "//Filez/Photo Storage";
fsType = "smb3";
options = [ "${filez-opts}" ];
};