Compare commits
No commits in common. "8a7411c41887d92ceb2d8f68c2deb1f829259222" and "d3b6cd91260b27eb5fa43cfc7aadda644b2119e0" have entirely different histories.
8a7411c418
...
d3b6cd9126
|
@ -16,7 +16,7 @@
|
|||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/1a942915-c1ae-4058-b99d-09d12d40dbd3";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=nixos" "compress=zstd:1" "noatime" ];
|
||||
options = [ "subvol=nixos" "compress=zstd" "noatime" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
|
@ -26,5 +26,4 @@
|
|||
|
||||
swapDevices = [ ];
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue