add new media drive
This commit is contained in:
+8
-1
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user