revert "nix: replace systemd-boot with grub"

This reverts commit 3b395cc94418e9433428c947aa2c4470f1e6973b.
This commit is contained in:
Nico 2025-05-03 16:15:57 +10:00
parent 428888b702
commit 31a32c4c76

View file

@ -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