Files
machine_setup/nix/configuration
Tom Alexander 9bfa21368b Update to Linux 7.2.
This is to pull in the drivers for the mt7927 wireless chipset in my desktop. Normally, I would keep the rest of my machines on LTS but since Linux 7 significantly changed the kernel preemption, maintaining two configs would be more trouble than it is worth.
2026-08-29 06:50:47 -04:00
..
2026-02-13 10:36:49 -05:00
2026-08-09 17:18:26 -04:00
2026-08-29 06:50:47 -04:00
2026-02-13 10:36:49 -05:00
2025-04-19 20:47:10 -04:00
2026-08-28 09:02:47 -04:00
2026-08-28 06:53:56 -04:00
2026-08-28 06:53:56 -04:00
2026-07-06 18:12:04 -04:00

To-do

Perhaps use overlay for /etc for speedup

  system.etc.overlay.enable = true;

Performance for mini pc

  security.pam.loginLimits = [
    { domain = "@users"; item = "rtprio"; type = "-"; value = 1; }
  ];