diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-02-13 18:22:46 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-02-13 18:22:46 +0100 |
| commit | 34840db8b18345860abb4d436e233fd59986d54d (patch) | |
| tree | 33ca882830db049ceb4f01c23bd71a6704c21855 /nixos | |
| parent | 8347326a8e729ee4bc2650987c4f73f3b36e5177 (diff) | |
remove conflict between bootloaders
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/boot.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/boot.nix b/nixos/boot.nix index 8c7b28c..a88d61d 100644 --- a/nixos/boot.nix +++ b/nixos/boot.nix @@ -6,7 +6,6 @@ ]; boot.loader = { - systemd-boot.enable = true; efi = { canTouchEfiVariables = true; }; grub = { enable = true; |
