default uboot to false

This commit is contained in:
Travis Staton 2024-06-17 18:55:50 -04:00
parent f3eb50ea39
commit 6045de5f79

View file

@ -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