From e556c3a50fd3ace98a781dd7b0b2eada45d4a5bc Mon Sep 17 00:00:00 2001 From: Aditya Date: Mon, 22 May 2023 18:52:33 +0530 Subject: [PATCH] use absolute path for hardware configuration --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index d326e4b..651ba37 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,7 +7,7 @@ { imports = [ # Include the results of the hardware scan. - ./hardware-configuration.nix + /etc/nixos/hardware-configuration.nix ]; # Enable Bluetooth