Files
machine_setup/nix/configuration
Tom Alexander 51295a23dc Enable the build VM as a substituter.
This should enable me to have local build jobs without rebuilding stuff that already exists on the build VM server.
2026-07-18 08:41:11 -04:00
..
2026-02-13 10:36:49 -05:00
2026-02-13 10:36:49 -05:00
2025-04-19 20:47:10 -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; }
  ];