This commit is contained in:
2025-07-02 13:06:58 +00:00
parent eb1a74d694
commit e1cf1f4fa7
2 changed files with 6 additions and 1 deletions

View File

@@ -52,6 +52,8 @@ in {
config = let
args = "-g ${toString cfg.configurationLimit} -n ${config.hardware.deviceTree.name}";
in
mkIf cfg.enable {
system.build.installBootLoader = lib.mkForce "${builder} ${args} -c";
system.boot.loader.id = "kboot-conf";