mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Enable zram swap on workstations
This commit is contained in:
parent
6274c9af16
commit
e782dff77b
2 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,8 @@
|
||||||
# Disable until https://github.com/NixOS/nixpkgs/issues/368642 is resolved
|
# Disable until https://github.com/NixOS/nixpkgs/issues/368642 is resolved
|
||||||
# hardware.logitech.lcd.enable = true;
|
# hardware.logitech.lcd.enable = true;
|
||||||
|
|
||||||
|
zramSwap.enable = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
fstrim.enable = true;
|
fstrim.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,8 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zramSwap.enable = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
fwupd.enable = true;
|
fwupd.enable = true;
|
||||||
fprintd.enable = true;
|
fprintd.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue