summaryrefslogtreecommitdiff
path: root/os/core/bootloader.nix
diff options
context:
space:
mode:
Diffstat (limited to 'os/core/bootloader.nix')
-rw-r--r--os/core/bootloader.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/core/bootloader.nix b/os/core/bootloader.nix
index 7f3a85e..dfd9101 100644
--- a/os/core/bootloader.nix
+++ b/os/core/bootloader.nix
@@ -12,7 +12,6 @@ in
type = lib.types.enum [
"systemd-boot"
"grub"
- "none"
];
default = "systemd-boot";
description = "Which bootloader to use";