imxyy-nix, imxyy-nix-server: hardware: enable zswap
This commit is contained in:
@@ -62,6 +62,7 @@ in
|
||||
size = 24 * 1024;
|
||||
}
|
||||
];
|
||||
boot.zswap.enable = true;
|
||||
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-uuid/58F4-135A";
|
||||
|
||||
@@ -35,6 +35,8 @@ in
|
||||
kernelParams = [
|
||||
"resume_offset=6444127"
|
||||
];
|
||||
|
||||
zswap.enable = true;
|
||||
};
|
||||
|
||||
my.persist.btrfs = {
|
||||
|
||||
Reference in New Issue
Block a user