tbb nixos btrfs shenanigans
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-label/NixOS";
|
||||
fsType = "btrfs";
|
||||
options = [ "discard" ];
|
||||
options = [ "discard" "compress" ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user