Increase the priority for zramSwap

Just for good measures
This commit is contained in:
Andreas Zweili 2024-03-07 22:13:09 +01:00
parent 344b3d2c76
commit d27e1c5b02
3 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,7 @@
zramSwap = {
enable = true;
priority = 100;
};
swapDevices = [ { device = "/dev/disk/by-label/swap"; } ];

View File

@ -11,6 +11,7 @@
zramSwap = {
enable = true;
priority = 100;
};
# Features

View File

@ -11,6 +11,7 @@
zramSwap = {
enable = true;
priority = 100;
};
profiles.az-server.enable = true;