mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +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 = {
|
uboot = {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = true;
|
default = false;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = ''
|
description = ''
|
||||||
If enabled then uboot is used as the bootloader. If disabled
|
If enabled then uboot is used as the bootloader. If disabled
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue