refactored
for 26.05
This commit is contained in:
parent
e92d8e6616
commit
075cb86d40
34 changed files with 435 additions and 345 deletions
|
|
@ -10,7 +10,8 @@
|
|||
};
|
||||
tmp.cleanOnBoot = true;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
#kernelPackages = pkgs.linuxPackages_6_18;
|
||||
#50 series nvidia drivers are kinda a mess; use 6.12 if there's any issues
|
||||
#kernelPackages = pkgs.linuxPackages_6_12;
|
||||
consoleLogLevel = 3;
|
||||
initrd.verbose = false;
|
||||
kernelParams = [
|
||||
|
|
@ -19,6 +20,8 @@
|
|||
"boot.shell_on_fail"
|
||||
"udev.log_priority=3"
|
||||
"rd.systemd.show_status=auto"
|
||||
"nvidia_drm.modeset=1"
|
||||
"nvidia_drm.fbdev=1"
|
||||
];
|
||||
# cpu specific optimizations
|
||||
kernel.sysctl = {
|
||||
|
|
@ -27,6 +30,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
# been annoying as of late
|
||||
systemd.oomd.enable = false;
|
||||
|
||||
# some people really like putting #/bin/sh or #/bin/bash
|
||||
system.activationScripts.binbash = {
|
||||
deps = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue