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

@ -4,6 +4,11 @@
scope "boot" {
initrd.availableKernelModules = [
"nvidia_drm"
"nvidia_modeset"
"nvidia_uvm"
"nvidia"
"video"
"xhci_pci"
"ahci"
"usbcore"
@ -18,7 +23,7 @@ scope "boot" {
consoleLogLevel = 0;
kernelParams = [
"mitigations=off"
"preempt=full"
"preempt=lazy"
"quiet"
"loglevel=3"
"systemd.show_status=off"