nixos/installer.scan: remove with lib;

This commit is contained in:
Felix Buehler 2024-08-28 21:18:52 +02:00 committed by Jörg Thalheim
parent e6da97a160
commit de2bbebb7f

View File

@ -1,11 +1,8 @@
# List all devices which are detected by nixos-generate-config.
# Common devices are enabled by default.
{ lib, ... }:
with lib;
{
config = mkDefault {
config = lib.mkDefault {
# Common firmware, i.e. for wifi cards
hardware.enableRedistributableFirmware = true;
};