Compare commits
2 commits
d3b6cd9126
...
8a7411c418
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | 8a7411c418 | ||
Antoine Martin | 7f1df12e68 |
|
@ -16,7 +16,7 @@
|
|||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/1a942915-c1ae-4058-b99d-09d12d40dbd3";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=nixos" "compress=zstd" "noatime" ];
|
||||
options = [ "subvol=nixos" "compress=zstd:1" "noatime" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
|
@ -26,4 +26,5 @@
|
|||
|
||||
swapDevices = [ ];
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue