From d5c13bc2d28b4327986fa6735fbebe42f66958b1 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 13 Jul 2026 15:50:24 +1000 Subject: [PATCH] remove hardware configuration --- common/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configuration.nix b/common/configuration.nix index a4cdd57..90a0480 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -3,7 +3,7 @@ { imports = [ # Include the results of the hardware scan. - ./hardware-configuration.nix +# ./hardware-configuration.nix ../modules/set-locale.nix ]; # Use the GRUB 2 boot loader.