From 88107ecd41746ca4c0d91b1ed71a06a266ec8709 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 11 Mar 2024 01:02:14 -0500 Subject: [PATCH] update hardware import so it works --- systems/_common/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/_common/configuration.nix b/systems/_common/configuration.nix index cfa91e9..21c9a3b 100644 --- a/systems/_common/configuration.nix +++ b/systems/_common/configuration.nix @@ -11,7 +11,7 @@ in [ # Include the results of the hardware scan. # Note we need to be in the /etc/nixos directory with this entire config repo for this relative path to work - ../${settings.hostname}/hardware-configuration.nix + (/${settings.systemsDir}/${settings.system.hostname}/hardware-configuration.nix) # home manager import (import "${home-manager}/nixos") ];