meta: Merge zram module with system

Self-explanatory since zram is system-related. Doesn't seem to affect
containers which is good.
This commit is contained in:
Donovan Glover 2024-04-03 09:16:18 -04:00
parent 13d98c2c9f
commit 1f80607ca0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 5 additions and 6 deletions

View File

@ -30,6 +30,11 @@ in
};
};
zramSwap = {
enable = true;
memoryPercent = 100;
};
time.timeZone = "America/New_York";
i18n.defaultLocale = "ja_JP.UTF-8";

View File

@ -1,6 +0,0 @@
{
zramSwap = {
enable = true;
memoryPercent = 100;
};
}