amaan can't into kernel
do 400 pushups per cache miss idiot
This commit is contained in:
parent
848ed62c5d
commit
4921973b9a
34 changed files with 3240 additions and 605 deletions
|
|
@ -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
15
hosts/quiver/ssh.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
_: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
listenAddresses = [
|
||||
{
|
||||
addr = "100.64.0.3";
|
||||
port = 22;
|
||||
}
|
||||
{
|
||||
addr = "192.168.20.7";
|
||||
port = 22;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue