mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01: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
|
|
@ -23,6 +23,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
zramSwap.enable = true;
|
||||
|
||||
services = {
|
||||
fwupd.enable = true;
|
||||
fprintd.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue