fix syl swap issues
This commit is contained in:
parent
8cec723479
commit
26fc174298
1 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue