mirror of https://codeberg.org/anemofilia/zero
operating-system: buer: Fix kernel-arguments entry expr
parent
569e0142df
commit
655610ad91
|
@ -122,9 +122,9 @@
|
||||||
(kernel-arguments
|
(kernel-arguments
|
||||||
(cons* "modprobe.blacklist=usbmouse,usbkbd,pcspkr"
|
(cons* "modprobe.blacklist=usbmouse,usbkbd,pcspkr"
|
||||||
"thinkpad_acpi.fan_control=1"
|
"thinkpad_acpi.fan_control=1"
|
||||||
(filter ((on (negate disjoin)
|
(filter (negate ((on disjoin
|
||||||
(partial partial string-prefix?))
|
(partial partial string-prefix?))
|
||||||
(list "debugfs" "l1tf" "mds" "mitigations" "nosmt"))
|
"debugfs" "l1tf" "mds" "mitigations" "nosmt"))
|
||||||
%kicksecure-kernel-arguments)))
|
%kicksecure-kernel-arguments)))
|
||||||
|
|
||||||
(file-systems
|
(file-systems
|
||||||
|
|
Loading…
Reference in New Issue