Add overlay
This commit is contained in:
parent
2ef90f25c5
commit
963e99ec8a
@ -7,7 +7,12 @@
|
||||
../server.nix
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = "aarch64-linux";
|
||||
nixpkgs = {
|
||||
hostPlatform = "aarch64-linux";
|
||||
overlays = [
|
||||
(import ./../../overlays/ha-floorplan.nix)
|
||||
];
|
||||
};
|
||||
|
||||
hardware = {
|
||||
raspberry-pi."4" = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user