From 8e99e5cc16b77454f7991e20131c7b36cc6159e6 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Thu, 5 Dec 2024 16:05:59 -0500 Subject: [PATCH] Removed hardware.nix --- system/old-hp/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/old-hp/configuration.nix b/system/old-hp/configuration.nix index ef9d733..3031ff7 100755 --- a/system/old-hp/configuration.nix +++ b/system/old-hp/configuration.nix @@ -5,10 +5,10 @@ { config, pkgs, lib, unstable, ... }: { - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ]; + #imports = + # [ # Include the results of the hardware scan. + # ./hardware-configuration.nix + # ]; # legacy boot #boot.loader.grub.enable = true;