This commit is contained in:
Aaron Bieber 2023-02-01 18:27:42 -07:00
parent ee382b048b
commit aae02fa903
No known key found for this signature in database

View File

@ -91,8 +91,13 @@ in {
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nixpkgs.config.allowUnsupportedSystem = true;
boot = {
initrd.systemd.enable = true;
# Temp fix for: https://github.com/NixOS/nixpkgs/pull/214048
initrd.systemd.storePaths = [
"${config.boot.initrd.systemd.package.kbd.gzip}/bin/.gzip-wrapped"
];
loader = {
systemd-boot.enable = true;
efi = {