wry, many thing

This commit is contained in:
atagen 2026-04-08 11:43:10 +10:00
parent 6e62eccfba
commit 848ed62c5d
47 changed files with 1598 additions and 1201 deletions

View file

@ -1,23 +1,9 @@
{ inputs, ... }:
{ ... }:
{
imports = [
inputs.bunker.nixosModules.default
];
services.system76-scheduler.enable = true;
bunker.kernel = {
enable = true;
cpuArch = "MZEN3";
version = "6.19";
hardened = false;
lto = "none";
};
services.scx = {
enable = true;
scheduler = "scx_bpfland";
};
}