nixos/installer.scan: remove with lib;
This commit is contained in:
parent
e6da97a160
commit
de2bbebb7f
@ -1,11 +1,8 @@
|
|||||||
# List all devices which are detected by nixos-generate-config.
|
# List all devices which are detected by nixos-generate-config.
|
||||||
# Common devices are enabled by default.
|
# Common devices are enabled by default.
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
|
|
||||||
with lib;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
config = mkDefault {
|
config = lib.mkDefault {
|
||||||
# Common firmware, i.e. for wifi cards
|
# Common firmware, i.e. for wifi cards
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user