Fix missing parenthesis
This commit is contained in:
parent
1e1205f6f7
commit
8c162f25a7
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ in
|
|||
system.boot.loader.id = "petitboot";
|
||||
})
|
||||
|
||||
(lib.mkIf config.boot.loader.petitboot.enable && options ? sdImage {
|
||||
(lib.mkIf (config.boot.loader.petitboot.enable && options ? sdImage) {
|
||||
sdImage.populateRootCommands = lib.mkForce ''
|
||||
${sdImageInstaller} ${args} -c ${config.system.build.toplevel} -d ./files/kboot.conf
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue