mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Boot] Always add cmdline arguments
Even if boot config is disabled
This commit is contained in:
parent
45ba2a76d3
commit
c84b845d12
1 changed files with 1 additions and 0 deletions
1
boot.nix
1
boot.nix
|
|
@ -92,6 +92,7 @@ in
|
|||
config = {
|
||||
boot.kernelParams = toCmdlineList cfg.cmdline;
|
||||
} // (mkIf cfg.enable {
|
||||
boot.kernelParams = toCmdlineList cfg.cmdline;
|
||||
|
||||
hardware.enableAllFirmware = allowUnfree;
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue