From 3a7f5f3128bb394bde8a90b2496358a227e287cd Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Tue, 31 Oct 2023 10:57:32 +0000 Subject: [PATCH] ./hardware-configuration.nix does not exist --- hosts/the-most-default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/the-most-default.nix b/hosts/the-most-default.nix index f5036c8..75c9970 100755 --- a/hosts/the-most-default.nix +++ b/hosts/the-most-default.nix @@ -7,7 +7,7 @@ { imports = [ # Include the results of the hardware scan. - ./hardware-configuration.nix + ../hardware/hpm-laptop.nix ]; # Use the systemd-boot EFI boot loader.