summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/boot.nix1
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;