mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: Rewrite kernel-arguments using De Morgan's Law and (@@ (radix combinators) on).
parent
7a9a934ad7
commit
f79c1d9f87
|
@ -122,13 +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 (apply conjoin
|
(filter ((on (negate disjoin)
|
||||||
(map (partial partial (negate string-prefix?))
|
(partial partial string-prefix?))
|
||||||
(list "debugfs"
|
(list "debugfs" "l1tf" "mds" "mitigations" "nosmt"))
|
||||||
"l1tf"
|
|
||||||
"mds"
|
|
||||||
"mitigations"
|
|
||||||
"nosmt")))
|
|
||||||
%kicksecure-kernel-arguments)))
|
%kicksecure-kernel-arguments)))
|
||||||
|
|
||||||
(file-systems
|
(file-systems
|
||||||
|
|
Loading…
Reference in New Issue