From 31a32c4c767aca02874e438161b93cd86968a89e Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:15:57 +1000 Subject: [PATCH] revert "nix: replace systemd-boot with grub" This reverts commit 3b395cc94418e9433428c947aa2c4470f1e6973b. --- hosts/nixos-common.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/nixos-common.nix b/hosts/nixos-common.nix index 084b035..ce3f160 100644 --- a/hosts/nixos-common.nix +++ b/hosts/nixos-common.nix @@ -9,10 +9,8 @@ # Nix Configuration nixpkgs.config.allowUnfree = true; - # Use the grub EFI boot loader. - boot.loader.grub.enable = true; - boot.loader.grub.device = "nodev"; - boot.loader.grub.efiSupport = true; + # Use the systemd-boot EFI boot loader. + boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; # Networking