diff --git a/system/old-hp/configuration.nix b/system/old-hp/configuration.nix index 3031ff7..ef9d733 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;