diff --git a/hosts/aristotle/configuration.nix b/hosts/aristotle/configuration.nix index 88718c0..34d3253 100644 --- a/hosts/aristotle/configuration.nix +++ b/hosts/aristotle/configuration.nix @@ -16,8 +16,7 @@ # Use the extlinux boot loader. (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 = false; - + boot.loader.generic-extlinux-compatible.enable = true; boot.kernelPackages = pkgs.linuxPackages_rpi4; # networking.hostName = "nixos"; # Define your hostname.