Saw someone say commenting this out fixes it?

This commit is contained in:
Lillian-Violet 2024-01-08 18:48:00 +01:00
parent faab84bf0a
commit e81263cf39

View file

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