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

12
flake.lock generated
View file

@ -726,11 +726,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
},
"locked": {
"lastModified": 1741631546,
"narHash": "sha256-MDejbnEEifeRDSleszgOMmaSSWOiUYXgraFn32szaC8=",
"lastModified": 1741639998,
"narHash": "sha256-OLPPDbmFKDxx85QnCtcuAjChfUZ5TQPxnX2nOq1w3SQ=",
"owner": "sodiboo",
"repo": "niri-flake",
"rev": "02c12d7fed8f7c1848980fba51f25b7774f5289a",
"rev": "6d0e0b5f513569f4506003b85a2e6875488aefcb",
"type": "github"
},
"original": {
@ -759,11 +759,11 @@
"niri-unstable": {
"flake": false,
"locked": {
"lastModified": 1741582754,
"narHash": "sha256-lS1bn4Eq94xbOfkxq2RbpohqME99H7k/8i0yq62I6ms=",
"lastModified": 1741637674,
"narHash": "sha256-I/WRLPVeLojoQ60P1+K0SGQqP1ERi7sgyqEo6Uh1jDI=",
"owner": "YaLTeR",
"repo": "niri",
"rev": "b351f6ff220560d96a260d8dd3ad794000923481",
"rev": "87b6c1262544a463703a34d8404ef339b7d18536",
"type": "github"
},
"original": {

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}" ];
};