mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
default uboot to false
This commit is contained in:
parent
f3eb50ea39
commit
6045de5f79
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ in
|
|||
};
|
||||
uboot = {
|
||||
enable = mkOption {
|
||||
default = true;
|
||||
default = false;
|
||||
type = types.bool;
|
||||
description = ''
|
||||
If enabled then uboot is used as the bootloader. If disabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue