nunotaba: Reinstall on btrfs filesystem
This commit is contained in:
parent
6cb59d0149
commit
7d7da189d0
|
@ -25,9 +25,9 @@
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/8937d1ac-23cb-456f-9c16-e348acc66bb7";
|
device = "/dev/disk/by-uuid/c3ab2182-18b3-4cc6-a5b3-3fef32222aef";
|
||||||
fsType = "ext4";
|
fsType = "btrfs";
|
||||||
options = [ "discard" "noatime" ];
|
options = [ "discard=async" "noatime" "compress=zstd" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
|
|
Loading…
Reference in a new issue