diff --git a/hosts/llynx/hardware-configuration.nix b/hosts/llynx/hardware-configuration.nix
index eea4436..05dc08a 100644
--- a/hosts/llynx/hardware-configuration.nix
+++ b/hosts/llynx/hardware-configuration.nix
@@ -32,7 +32,12 @@
   }];
 
   # Use the systemd-boot EFI boot loader.
-  boot.loader.systemd-boot.enable = true;
+  boot.loader.grub = {
+    enable = true;
+    efiSupport = true;
+    device = "nodev";
+    theme = pkgs.rose-pine-grub;
+  };
   boot.loader.efi.canTouchEfiVariables = false;
 
   # Enables DHCP on each ethernet and wireless interface. In case of scripted networking