Enable zram in places
This commit is contained in:
parent
658cd63fdd
commit
30a491024b
2 changed files with 3 additions and 1 deletions
|
@ -154,6 +154,8 @@ in
|
|||
hardware.bluetooth.package = pkgs.bluez5-experimental; # Why do we need experimental...?
|
||||
hardware.bluetooth.settings.General.Experimental = true;
|
||||
services.blueman.enable = true; # For a GUI
|
||||
# ZRAM
|
||||
zramSwap.enable = true;
|
||||
|
||||
## Users
|
||||
users.users.${cfg.username} = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue