From 334d0945ce4ac6ca4a451e3d340cdfa42960b641 Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Sun, 27 Apr 2025 13:31:59 -0700 Subject: [PATCH] arm time --- configuration-nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration-nixos.nix b/configuration-nixos.nix index 12d18f5..0fb8caa 100644 --- a/configuration-nixos.nix +++ b/configuration-nixos.nix @@ -6,7 +6,7 @@ let in { # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; - boot.loader.systemd-boot.memtest86.enable = true; + boot.loader.systemd-boot.memtest86.enable = lib.mkIf (pkgs.hostPlatform.isx86) true; boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot";