From f4325a27378efc7497645a1e5cad98824017394a Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 4 Dec 2024 16:00:43 +0100 Subject: [PATCH] hardware and configuration are in the same folder d'oh, wheatley should compile now --- nixos/hosts/wheatley/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 9e3fb05..4842287 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -10,7 +10,7 @@ # inputs.nixos-hardware.nixosModules.raspberry-pi-4 (modulesPath + "/installer/sd-card/sd-image-aarch64.nix") - ../hardware-configuration.nix + ./hardware-configuration.nix # Import shared settings ../../shared