From e81263cf398b57eda34d505f00534015f604641d Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 8 Jan 2024 18:48:00 +0100 Subject: [PATCH] Saw someone say commenting this out fixes it? --- nixos/hosts/wheatley/configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 9e08784..e3995b0 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -7,11 +7,7 @@ # NixOS wants to enable GRUB by default boot.loader.grub.enable = false; # Enables the generation of /boot/extlinux/extlinux.conf - boot.loader.generic-extlinux-compatible.enable = true; - - # !!! This is only for ARMv6 / ARMv7. Don't enable this on AArch64, cache.nixos.org works there. - nix.binaryCaches = lib.mkForce ["https://cache.armv7l.xyz"]; - nix.binaryCachePublicKeys = ["cache.armv7l.xyz-1:kBY/eGnBAYiqYfg0fy0inWhshUo+pGFM3Pj7kIkmlBk="]; + #boot.loader.generic-extlinux-compatible.enable = true; # nixos-generate-config should normally set up file systems correctly imports = [