From 7b4324f81cc6343427dbba8b759933f35c3a138e Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:15:57 +1000 Subject: [PATCH] nix: fixed invalid import in configuration.nix --- nix/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) 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;