mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
system: fix systemd-boot not applying for non-aarch64
This commit is contained in:
parent
8e3a8568e3
commit
140e61b54b
@ -90,7 +90,7 @@ in
|
||||
binfmt.emulatedSystems = mkIf (pkgs.system == "x86_64-linux") [ "aarch64-linux" ];
|
||||
|
||||
loader = {
|
||||
systemd-boot = mkIf (!isPhone) {
|
||||
systemd-boot = mkIf (pkgs.system != "aarch64-linux") {
|
||||
enable = true;
|
||||
editor = false;
|
||||
configurationLimit = 10;
|
||||
|
Loading…
Reference in New Issue
Block a user