This commit is contained in:
mjallen18
2025-05-27 15:00:05 -05:00
parent bc995c30ca
commit 8a208ec059
2 changed files with 19 additions and 1 deletions

View File

@@ -61,4 +61,8 @@ in
# Enable binfmt emulation for ARM
binfmt.emulatedSystems = [ "aarch64-linux" ]; # --argstr system aarch64-linux
};
zramSwap = {
enable = true;
};
}