fix: ssd
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
# };
|
# };
|
||||||
|
|
||||||
fileSystems."/mnt/ssd1" = {
|
fileSystems."/mnt/ssd1" = {
|
||||||
device = "UUID=4e1710bb-2cc9-41c3-909c-34f24bd1f63e";
|
device = "/dev/disk/by-uuid/4e1710bb-2cc9-41c3-909c-34f24bd1f63e";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "defaults" "ssd" "noatime" "noauto" ];
|
options = [ "defaults" "ssd" "noatime" "noauto" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user