Update system/old-hp/configuration.nix

This commit is contained in:
batvin321 2025-01-05 14:37:08 -05:00
parent b238c6a4d4
commit bc4e271a0c

View File

@ -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;