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
|
||||
(cons* "modprobe.blacklist=usbmouse,usbkbd,pcspkr"
|
||||
"thinkpad_acpi.fan_control=1"
|
||||
(filter (apply conjoin
|
||||
(map (partial partial (negate string-prefix?))
|
||||
(list "debugfs"
|
||||
"l1tf"
|
||||
"mds"
|
||||
"mitigations"
|
||||
"nosmt")))
|
||||
(filter ((on (negate disjoin)
|
||||
(partial partial string-prefix?))
|
||||
(list "debugfs" "l1tf" "mds" "mitigations" "nosmt"))
|
||||
%kicksecure-kernel-arguments)))
|
||||
|
||||
(file-systems
|
||||
|
|
Loading…
Reference in New Issue