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 = [