From 0fbabde9817a4135fcfe2730270421656af75199 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Mon, 10 Mar 2025 17:09:49 -0400 Subject: [PATCH] setting up media server --- flake.lock | 12 ++++++------ modules/system/filesystems.nix | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 727385d..d77b12d 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/modules/system/filesystems.nix b/modules/system/filesystems.nix index 8aa9556..23411b2 100644 --- a/modules/system/filesystems.nix +++ b/modules/system/filesystems.nix @@ -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}" ]; };