Add kube-proxy.

This commit is contained in:
Tom Alexander
2025-12-16 21:07:39 -05:00
parent 27f4a78221
commit 3ccda1d4e5
12 changed files with 185 additions and 65 deletions

View File

@@ -0,0 +1,12 @@
* To-do
** Perhaps use overlay for /etc for speedup
#+begin_src nix
system.etc.overlay.enable = true;
#+end_src
** read https://nixos.org/manual/nixos/stable/
** Performance for mini pc
#+begin_src nix
security.pam.loginLimits = [
{ domain = "@users"; item = "rtprio"; type = "-"; value = 1; }
];
#+end_src