Add zram to jelly01
Some checks failed
Run nix flake check / flake-check (push) Failing after 6m10s
Periodic flake update / flake-update (push) Successful in 4m13s

This commit is contained in:
2025-05-19 20:05:12 +02:00
parent aa2cbcda60
commit e609fed855

View File

@@ -61,5 +61,9 @@
# Or disable the firewall altogether.
networking.firewall.enable = false;
zramSwap = {
enable = true;
};
system.stateVersion = "23.11"; # Did you read the comment?
}