nixberry: use new bootloader
This commit is contained in:
parent
de26d8b5de
commit
f05139fea9
1 changed files with 8 additions and 0 deletions
|
|
@ -18,8 +18,16 @@ topLevel: {
|
|||
crossSystem = lib.mkIf (pkgs.stdenv.buildPlatform.system != "aarch64-linux") (
|
||||
lib.systems.elaborate "aarch64-linux"
|
||||
);
|
||||
overlays = [
|
||||
(final: prev: {
|
||||
homeassistant =
|
||||
inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.homeassistant;
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
boot.loader.raspberryPi.bootloader = "kernel";
|
||||
|
||||
# hack, homemanager needs it
|
||||
programs.dconf.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue