Regenerated

This commit is contained in:
2026-04-30 20:59:33 +02:00
parent 5a7b719a20
commit 085803ecbe
4 changed files with 409 additions and 400 deletions
+403 -400
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -362,6 +362,8 @@ in
"i915.enable_psr2_sel_fetch=0" "i915.enable_psr2_sel_fetch=0"
# Prevent nvme from waking the system # Prevent nvme from waking the system
"nvme.noacpi=1" "nvme.noacpi=1"
# Getting speakers to work
"snd_intel_dspcfg.dsp_driver=1"
]; ];
boot.consoleLogLevel = 0; boot.consoleLogLevel = 0;
#boot.initrd.systemd.enable = true; #boot.initrd.systemd.enable = true;
@@ -1611,6 +1613,7 @@ in
pavucontrol # GUI mixer pavucontrol # GUI mixer
pamixer # CLI mixer pamixer # CLI mixer
playerctl # Player controls playerctl # Player controls
speaker-test # testing speaker
]; ];
} }
#+END_SRC #+END_SRC
@@ -22,6 +22,8 @@
"i915.enable_psr2_sel_fetch=0" "i915.enable_psr2_sel_fetch=0"
# Prevent nvme from waking the system # Prevent nvme from waking the system
"nvme.noacpi=1" "nvme.noacpi=1"
# Getting speakers to work
"snd_intel_dspcfg.dsp_driver=1"
]; ];
boot.consoleLogLevel = 0; boot.consoleLogLevel = 0;
#boot.initrd.systemd.enable = true; #boot.initrd.systemd.enable = true;
@@ -10,5 +10,6 @@
pavucontrol # GUI mixer pavucontrol # GUI mixer
pamixer # CLI mixer pamixer # CLI mixer
playerctl # Player controls playerctl # Player controls
speaker-test # testing speaker
]; ];
} }