Laptop: Remove storage.

This commit is contained in:
Dmitry Voronin 2024-11-15 05:05:40 +03:00
parent 985687749d
commit 23bcb97b11
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,10 +0,0 @@
{ ... }: {
fileSystems."/storage/hot" = {
device = "/dev/storage/hot";
fsType = "ext4";
options = [
"noatime"
"nofail"
];
};
}