add k3s

This commit is contained in:
2025-03-10 23:22:23 -04:00
parent 005b0bb5e4
commit dafa424d2d
5 changed files with 30 additions and 13 deletions

View File

@ -14,6 +14,12 @@
# See: https://github.com/NixOS/nixos-hardware/issues/858
boot.initrd.systemd.tpm2.enable = false;
boot.kernelParams = [
"cgroup_enable=memory"
"cgroup_enable=cpuset"
"cgroup_memory=1"
];
raspberry-pi-nix.board = "bcm2711";
hardware.raspberry-pi.config = {
all = {