diff --git a/system/achatina-fulica.nix b/system/achatina-fulica.nix index 958a5c1..f1740a9 100644 --- a/system/achatina-fulica.nix +++ b/system/achatina-fulica.nix @@ -1,11 +1,6 @@ { config, pkgs, ... }: { - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ]; - # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; boot.loader.grub.version = 2;