From 6b7f7211e10faa73dbb42b991a5379f6a068ee2c Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 6 Mar 2024 20:10:06 +0100 Subject: [PATCH] movie drive --- hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 907f675..eb96fdf 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -17,7 +17,7 @@ { device = "/dev/disk/by-uuid/a0be6182-8c58-4cac-b2c4-58148b1847e8"; fsType = "ext4"; }; - fileSystems."/mnt/movies" = + fileSystems."/mnt/movie_drive" = { device = "/dev/disk/by-uuid/f3463885-fde8-4488-9442-37ced2b2c8f3"; fsType = "ext4"; };