add new media drive

This commit is contained in:
2026-04-25 14:09:08 -04:00
parent b7f549a067
commit 3ae70f02d6
+8 -1
View File
@@ -34,7 +34,14 @@
{ {
device = "/dev/disk/by-uuid/fa20e116-e04e-4f3e-bf5a-c2e2c1fad610"; device = "/dev/disk/by-uuid/fa20e116-e04e-4f3e-bf5a-c2e2c1fad610";
fsType = "ext4"; 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 = swapDevices =