tower/filesystem/default.nix fix boot mount options
This commit is contained in:
parent
b59c352f73
commit
43f703f311
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/3a781f2e-290a-4609-9035-a93374459def";
|
device = "/dev/disk/by-uuid/3a781f2e-290a-4609-9035-a93374459def";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
options = ["noatime" "compress=zstd"];
|
options = ["noatime"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue