From 33b5fcbfe435e5bb0988356a02fe0883cba0a16e Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Fri, 1 Aug 2025 02:12:49 -0400 Subject: [PATCH] oops x3 (forgot to import hw config) --- hosts/Drone/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Drone/default.nix b/hosts/Drone/default.nix index fd44685..917cc02 100644 --- a/hosts/Drone/default.nix +++ b/hosts/Drone/default.nix @@ -2,6 +2,8 @@ { imports = [ + ./hardware-configuration.nix + ../../common/boot.nix ../../common/locales.nix ../../common/nix.nix