europa: add temp fix for https://github.com/NixOS/nixpkgs/pull/214048
This commit is contained in:
parent
ee382b048b
commit
aae02fa903
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user