mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-03 00:15:35 +02: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" ];
|
binfmt.emulatedSystems = mkIf (pkgs.system == "x86_64-linux") [ "aarch64-linux" ];
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot = mkIf (!isPhone) {
|
systemd-boot = mkIf (pkgs.system != "aarch64-linux") {
|
||||||
enable = true;
|
enable = true;
|
||||||
editor = false;
|
editor = false;
|
||||||
configurationLimit = 10;
|
configurationLimit = 10;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user