This commit is contained in:
2021-05-16 20:36:44 +05:30
parent 4bccde9eff
commit a3033000a9
6 changed files with 11 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
fileSystems."/" =
{ device = "/dev/disk/by-uuid/4c02ddf5-d00e-4d84-856f-c327ae44d047";
fsType = "btrfs";
options = ["compress=zstd:10"];
options = ["compress-force=zstd:4"];
};
fileSystems."/boot/efi" =
@@ -40,7 +40,7 @@
fileSystems."/mnt/LinuxGames" =
{ device = "/dev/sda5";
fsType = "btrfs";
options = ["rw"];
options = ["rw" "compress-force=zstd:4"];
};
swapDevices = [ {device = "/dev/nvme0n1p7";} ];