Enable zram swap on workstations

This commit is contained in:
SebastianStork 2025-09-01 23:23:55 +02:00
parent 6274c9af16
commit e782dff77b
2 changed files with 4 additions and 0 deletions

View file

@ -28,6 +28,8 @@
# Disable until https://github.com/NixOS/nixpkgs/issues/368642 is resolved
# hardware.logitech.lcd.enable = true;
zramSwap.enable = true;
services = {
fstrim.enable = true;

View file

@ -23,6 +23,8 @@
];
};
zramSwap.enable = true;
services = {
fwupd.enable = true;
fprintd.enable = true;