Desktop : Update storage.

This commit is contained in:
Dmitry Voronin 2024-01-24 15:49:48 +03:00
parent a0727c8901
commit 060fc1e0ea

View file

@ -164,15 +164,18 @@
fileSystems."/storage/hot" = {
device = "/dev/storage/hot";
fsType = "ext4";
options = [ "nofail" ];
};
fileSystems."/storage/cold_1" = {
device = "/dev/storage/cold_1";
fsType = "ext4";
options = [ "noauto" "nofail" ];
};
fileSystems."/storage/cold_2" = {
device = "/dev/storage/cold_2";
fsType = "ext4";
options = [ "noauto" "nofail" ];
};
}