mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Disable zram swap
This commit is contained in:
parent
bcf0aa857f
commit
adae2ea2de
2 changed files with 0 additions and 2 deletions
|
|
@ -23,7 +23,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
zramSwap.enable = true;
|
|
||||||
services = {
|
services = {
|
||||||
fstrim.enable = true;
|
fstrim.enable = true;
|
||||||
fwupd.enable = true;
|
fwupd.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
zramSwap.enable = true;
|
|
||||||
hardware.logitech.lcd.enable = true;
|
hardware.logitech.lcd.enable = true;
|
||||||
services = {
|
services = {
|
||||||
fstrim.enable = true;
|
fstrim.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue