nixos/installation-cd-graphical-base: remove with lib;

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

View File

@ -1,10 +1,6 @@
# This module contains the basic configuration for building a graphical NixOS
# installation CD.
{ lib, pkgs, ... }:
with lib;
{
imports = [ ./installation-cd-base.nix ];
@ -26,7 +22,7 @@ with lib;
# Provide networkmanager for easy wireless configuration.
networking.networkmanager.enable = true;
networking.wireless.enable = mkImageMediaOverride false;
networking.wireless.enable = lib.mkImageMediaOverride false;
# KDE complains if power management is disabled (to be precise, if
# there is no power management backend such as upower).