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