diff --git a/hosts/pi1/hardware-configuration.nix b/hosts/pi1/hardware-configuration.nix index 468b628..161d1ec 100644 --- a/hosts/pi1/hardware-configuration.nix +++ b/hosts/pi1/hardware-configuration.nix @@ -16,6 +16,8 @@ boot.initrd.kernelModules = []; boot.kernelModules = []; boot.extraModulePackages = []; + boot.loader.grub.enable = false; + boot.loader.generic-extlinux-compatible.enable = true; fileSystems."/" = { device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";