mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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 = {
|
config = {
|
||||||
boot.kernelParams = toCmdlineList cfg.cmdline;
|
boot.kernelParams = toCmdlineList cfg.cmdline;
|
||||||
} // (mkIf cfg.enable {
|
} // (mkIf cfg.enable {
|
||||||
|
boot.kernelParams = toCmdlineList cfg.cmdline;
|
||||||
|
|
||||||
hardware.enableAllFirmware = allowUnfree;
|
hardware.enableAllFirmware = allowUnfree;
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue