mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 23:48:14 +01:00
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:
parent
13d98c2c9f
commit
1f80607ca0
@ -30,6 +30,11 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
memoryPercent = 100;
|
||||
};
|
||||
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
i18n.defaultLocale = "ja_JP.UTF-8";
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
memoryPercent = 100;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user