amaan can't into kernel

do 400 pushups per cache miss idiot
This commit is contained in:
atagen 2026-04-27 16:09:39 +10:00
parent 848ed62c5d
commit 4921973b9a
34 changed files with 3240 additions and 605 deletions

View file

@ -6,9 +6,9 @@
bunker.kernel = {
enable = true;
cpuArch = "MZEN3";
version = "6.19";
hardened = false;
lto = "none";
version = "7.0";
# cpuArch = "MZEN3";
# hardened = false;
# lto = "none";
};
}

15
hosts/quiver/ssh.nix Normal file
View file

@ -0,0 +1,15 @@
_: {
services.openssh = {
enable = true;
listenAddresses = [
{
addr = "100.64.0.3";
port = 22;
}
{
addr = "192.168.20.7";
port = 22;
}
];
};
}