clean up boot section

This commit is contained in:
Noa Aarts 2025-03-11 10:14:26 +01:00
parent 7fa7e03171
commit 49ba81ad75
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -202,12 +202,8 @@
users.defaultUserShell = pkgs.zsh;
security.rtkit.enable = true;
boot = rec {
boot = {
kernelPackages = pkgs.linuxPackages_latest;
extraModulePackages = with kernelPackages; [
# v4l2loopback
];
consoleLogLevel = 0;
initrd.verbose = false;
plymouth = rec {
@ -227,16 +223,11 @@
];
kernelModules = [
# "v4l2loopback"
"nct6775"
"k10temp"
"nvidia_uvm"
];
# extraModprobeConfig = ''
# options v4l2loopback devices=1 video_nr=2 card_label="OBS Cam" exclusive_caps=1
# '';
loader = {
timeout = 3;
efi.canTouchEfiVariables = true;