mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Merge pull request #42136 from NixOS/yegortimoshenko-patch-5
not-detected: use lib.mkDefault
This commit is contained in:
commit
e8f1ebc213
@ -1,9 +1,6 @@
|
||||
# List all devices which are _not_ detected by nixos-generate-config.
|
||||
# Common devices are enabled by default.
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
# Enables non-free firmware on devices not recognized by `nixos-generate-config`.
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user