nunotaba: Reinstall on btrfs filesystem

pull/52/head
Simon Bruder 2021-05-27 15:30:37 +02:00
parent aae248ca37
commit 34fb5f0b0b
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 3 deletions

View File

@ -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" = {