diff --git a/nix/configuration.nix b/nix/configuration.nix index ff4947d..c5c477b 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -5,11 +5,6 @@ { config, lib, pkgs, ... }: { - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ]; - # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;