Saw someone say commenting this out fixes it?
This commit is contained in:
parent
7a6b27e2e0
commit
b1a61026b4
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue