Max: Move home to sep drive.
This commit is contained in:
parent
b5a3bed2fd
commit
402e7d38b9
11
host/x86_64-linux/max/Filesystem.nix
Normal file
11
host/x86_64-linux/max/Filesystem.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }: {
|
||||
fileSystems = {
|
||||
"/home" = {
|
||||
device = "/dev/storage/home";
|
||||
fsType = "ext4";
|
||||
options = [
|
||||
"noatime"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue