From 3ae70f02d6eb7bab838ed5c69645a96ed7b9aba4 Mon Sep 17 00:00:00 2001 From: quinm0 Date: Sat, 25 Apr 2026 14:09:08 -0400 Subject: [PATCH] add new media drive --- nix/qdhc.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nix/qdhc.nix b/nix/qdhc.nix index 069b6f2..9bf2936 100644 --- a/nix/qdhc.nix +++ b/nix/qdhc.nix @@ -34,7 +34,14 @@ { device = "/dev/disk/by-uuid/fa20e116-e04e-4f3e-bf5a-c2e2c1fad610"; fsType = "ext4"; - options = ["noatime" "nodiratime" "noauto"]; + options = ["noatime" "nodiratime"]; + }; + + fileSystems."/mnt/media2" = + { + device = "/dev/disk/by-uuid/887500d5-1d4d-4080-84e3-5ef424c9f310"; + fsType = "ext4"; + options = ["noatime" "nodiratime"]; }; swapDevices =