x/x13: enable zram swap

This commit is contained in:
makefu 2024-01-15 22:55:40 +01:00
parent e0149afc43
commit a025e295dc
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -16,6 +16,7 @@
];
swapDevices = [ ];
zramSwap.enable = true;
boot.initrd.availableKernelModules = [ "nvme" "ehci_pci" "xhci_pci" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];