nix/hosts/quiver/kernel.nix
atagen 4921973b9a amaan can't into kernel
do 400 pushups per cache miss idiot
2026-04-27 16:09:39 +10:00

14 lines
214 B
Nix

{ inputs, ... }:
{
imports = [
inputs.bunker.nixosModules.default
];
bunker.kernel = {
enable = true;
version = "7.0";
# cpuArch = "MZEN3";
# hardened = false;
# lto = "none";
};
}