Files
machine_setup/nix/configuration
2026-04-26 12:44:58 -04:00
..
2026-02-13 10:36:49 -05:00
2026-04-02 14:14:11 -04:00
2026-02-13 10:36:49 -05:00
2025-04-19 20:47:10 -04:00
2026-04-26 08:32:17 -04:00
2026-04-26 08:32:17 -04:00
2026-04-26 12:44:58 -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; }
  ];