Max: Move home to sep drive.

This commit is contained in:
Dmitry Voronin 2024-12-14 07:20:42 +03:00
parent b5a3bed2fd
commit 402e7d38b9
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

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