From 2aa27320170cf4f6fe574d6c95fc4fd3db2f5578 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 21 Apr 2024 17:03:20 +0200 Subject: [PATCH] Use absolute path for hardware config --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 0522bb5..0f16b91 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 ]; # Use the systemd-boot EFI boot loader.