feat: make use of cachyos settings modules to set some settings.
This commit is contained in:
parent
b8aebd054f
commit
280d9e4696
9 changed files with 48 additions and 36 deletions
|
|
@ -15,23 +15,6 @@
|
|||
# Enable firmware updater
|
||||
services.fwupd.enable = true;
|
||||
|
||||
# Enable zram swap device
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
memoryPercent = 60;
|
||||
};
|
||||
|
||||
# Setup swapfile
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/var/lib/swapfile";
|
||||
size = 32 * 1024;
|
||||
}
|
||||
];
|
||||
|
||||
# Setup ntp
|
||||
services.timesyncd.enable = true;
|
||||
|
||||
# Setup fstrim
|
||||
services.fstrim.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue