diff options
Diffstat (limited to 'hosts/toaster/hardware-configuration.nix')
| -rw-r--r-- | hosts/toaster/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/toaster/hardware-configuration.nix b/hosts/toaster/hardware-configuration.nix index 37449d9..4a9e0f5 100644 --- a/hosts/toaster/hardware-configuration.nix +++ b/hosts/toaster/hardware-configuration.nix @@ -67,7 +67,7 @@ zramSwap = { enable = true; algorithm = "zstd"; - memoryPercent = 30; + memoryPercent = 50; }; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking |
