fix syl swap issues

This commit is contained in:
Chris Cochrun 2025-12-06 13:41:48 -06:00
parent 8cec723479
commit 26fc174298

View file

@ -12,7 +12,10 @@
boot.loader.efi.efiSysMountPoint = "/boot/efi"; boot.loader.efi.efiSysMountPoint = "/boot/efi";
zramSwap.enable = true; zramSwap = {
enable = true;
writebackDevice = "/dev/nvme0n1p3";
};
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/db28ba7c-a15d-4c81-8373-99f2f171cac5"; { device = "/dev/disk/by-uuid/db28ba7c-a15d-4c81-8373-99f2f171cac5";