mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-09 01:24:48 +01:00
fix(module): add missing quotes to dtb kernelParam
This commit is contained in:
parent
f272df0009
commit
47af49c9b7
|
@ -66,7 +66,7 @@ in
|
|||
|
||||
kernelParams = [
|
||||
# needed to boot
|
||||
dtb=${dtbName}
|
||||
"dtb=${dtbName}"
|
||||
|
||||
# jhovold recommended
|
||||
"efi=noruntime"
|
||||
|
|
Loading…
Reference in a new issue