feat(nix): update secure boot and HALO system configuration
- Set `pkiBundle` in `secureboot` to use `mkDefault` for better configurability. - Added kernel parameters for HALO, improving performance and boot customization. - Configured ROCm symlink and switched HALO to `linuxPackages_latest`.
This commit is contained in:
parent
52e1276115
commit
e5615c85bf
3 changed files with 26 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ in
|
|||
boot = {
|
||||
lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
pkiBundle = mkDefault "/etc/secureboot";
|
||||
};
|
||||
loader.systemd-boot.enable = lib.mkForce false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue