Desktop : Move storage.

This commit is contained in:
Dmitry Voronin 2024-01-24 15:18:00 +03:00
parent b8e8bec3f5
commit f0a4d6ba78

View file

@ -161,8 +161,18 @@
system.stateVersion = "23.11"; # Did you read the comment?
# Filesystems.
fileSystems."/var/mnt/storage/hot" = {
fileSystems."/storage/hot" = {
device = "/dev/storage/hot";
fsType = "ext4";
};
fileSystems."/storage/cold_1" = {
device = "/dev/storage/cold_1";
fsType = "ext4";
};
fileSystems."/storage/cold_2" = {
device = "/dev/storage/cold_2";
fsType = "ext4";
};
}