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, ... }:
{
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;