local changes
This commit is contained in:
parent
1baad4b758
commit
f3c9d78d04
5 changed files with 42 additions and 32 deletions
|
@ -16,6 +16,10 @@
|
|||
resumeDevice = "/dev/nvme0n1p2";
|
||||
loader.systemd-boot.enable = lib.mkForce false;
|
||||
|
||||
kernel.sysctl = {
|
||||
"perf_event_paranoid" = 1;
|
||||
"kptr_restrict" = 0;
|
||||
};
|
||||
lanzaboote = {
|
||||
enable = true;
|
||||
configurationLimit = 5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue