Compare commits

..

No commits in common. "8a7411c41887d92ceb2d8f68c2deb1f829259222" and "d3b6cd91260b27eb5fa43cfc7aadda644b2119e0" have entirely different histories.

View file

@ -16,7 +16,7 @@
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/1a942915-c1ae-4058-b99d-09d12d40dbd3"; { device = "/dev/disk/by-uuid/1a942915-c1ae-4058-b99d-09d12d40dbd3";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=nixos" "compress=zstd:1" "noatime" ]; options = [ "subvol=nixos" "compress=zstd" "noatime" ];
}; };
fileSystems."/boot" = fileSystems."/boot" =
@ -26,5 +26,4 @@
swapDevices = [ ]; swapDevices = [ ];
hardware.cpu.amd.updateMicrocode = true;
} }