Files
machine_setup/nix/configuration
Tom Alexander 11d8b93551 Add an /etc/hosts entry for google's metadata server.
gcloud was reaching out to this address which was causing delays. Pointing it to localhost to speed the failure up.
2026-07-14 11:53:38 -04:00
..
2026-02-13 10:36:49 -05:00
2026-06-13 22:05:23 -04: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; }
  ];