forked from nico/dots
revert "nix: replace systemd-boot with grub"
This reverts commit 3b395cc94418e9433428c947aa2c4470f1e6973b.
This commit is contained in:
parent
428888b702
commit
31a32c4c76
1 changed files with 2 additions and 4 deletions
|
|
@ -9,10 +9,8 @@
|
||||||
# Nix Configuration
|
# Nix Configuration
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# Use the grub EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.grub.device = "nodev";
|
|
||||||
boot.loader.grub.efiSupport = true;
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
# Networking
|
# Networking
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue