From 963e99ec8ad87885923773867266f46c5ce9fa26 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 5 Jan 2025 12:25:27 +0000 Subject: [PATCH] Add overlay --- hosts/pi/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/pi/default.nix b/hosts/pi/default.nix index 370ad05..6812ccf 100644 --- a/hosts/pi/default.nix +++ b/hosts/pi/default.nix @@ -7,7 +7,12 @@ ../server.nix ]; - nixpkgs.hostPlatform = "aarch64-linux"; + nixpkgs = { + hostPlatform = "aarch64-linux"; + overlays = [ + (import ./../../overlays/ha-floorplan.nix) + ]; + }; hardware = { raspberry-pi."4" = {