modularize system config

This commit is contained in:
Satria 2026-02-01 21:27:03 +07:00
commit d7453265a1
14 changed files with 217 additions and 180 deletions

View file

@ -31,8 +31,5 @@
initrd.availableKernelModules = [ "thinkpad_acpi" ];
};
services = {
fstrim.enable = true;
fwupd.enable = true;
};
services.fwupd.enable = true;
}