mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-21 23:04:47 +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 = [
|
kernelParams = [
|
||||||
# needed to boot
|
# needed to boot
|
||||||
dtb=${dtbName}
|
"dtb=${dtbName}"
|
||||||
|
|
||||||
# jhovold recommended
|
# jhovold recommended
|
||||||
"efi=noruntime"
|
"efi=noruntime"
|
||||||
|
|
Loading…
Reference in a new issue