Removed hardware.nix

This commit is contained in:
batvin321 2024-12-05 16:05:59 -05:00
parent 7b2a56ad2f
commit 8e99e5cc16

View File

@ -5,10 +5,10 @@
{ config, pkgs, lib, unstable, ... }: { config, pkgs, lib, unstable, ... }:
{ {
imports = #imports =
[ # Include the results of the hardware scan. # [ # Include the results of the hardware scan.
./hardware-configuration.nix # ./hardware-configuration.nix
]; # ];
# legacy boot # legacy boot
#boot.loader.grub.enable = true; #boot.loader.grub.enable = true;