Add overlay

This commit is contained in:
Jordan Holt 2025-01-05 12:25:27 +00:00
parent 2ef90f25c5
commit 963e99ec8a
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -7,7 +7,12 @@
../server.nix
];
nixpkgs.hostPlatform = "aarch64-linux";
nixpkgs = {
hostPlatform = "aarch64-linux";
overlays = [
(import ./../../overlays/ha-floorplan.nix)
];
};
hardware = {
raspberry-pi."4" = {