diff --git a/dot_config/flake/machines/saffron/configuration.nix b/dot_config/flake/machines/saffron/configuration.nix index 89f7447..8f521e3 100644 --- a/dot_config/flake/machines/saffron/configuration.nix +++ b/dot_config/flake/machines/saffron/configuration.nix @@ -14,8 +14,10 @@ }; }; - # Use systemd-boot - boot.loader.systemd-boot.enable = true; + # Use GRUB 2 boot loader + boot.loader.grub.enable = true; + boot.loader.grub.efiSupport = true; + boot.loader.grub.efiInstallAsRemovable = true; boot.loader.efi.efiSysMountPoint = "/efi"; services.tailscale.enable = true;