setting up media server
This commit is contained in:
parent
cb1bf4f62b
commit
0fbabde981
2 changed files with 10 additions and 10 deletions
|
@ -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}" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue