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 =