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