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") ];