Enable zram for all hosts

This commit is contained in:
Fern Garden 2025-08-24 19:38:33 +08:00
parent 891ce0ce17
commit 2cbe48276e
2 changed files with 6 additions and 3 deletions

View file

@ -33,6 +33,12 @@ with lib; {
# Enable firmware updates.
services.fwupd.enable = true;
# Enable zram swap.
zramSwap = {
enable = true;
algorithm = "lz4";
};
# Set time zone.
time.timeZone = "Australia/Perth";