From 432676e271f76d9ba123c68468b15df21d3800c5 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 10 Jul 2023 10:25:15 +0200 Subject: [PATCH] Fix Typo --- systems/yokai/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/yokai/default.nix b/systems/yokai/default.nix index b1fa97c..0700dfa 100644 --- a/systems/yokai/default.nix +++ b/systems/yokai/default.nix @@ -57,7 +57,7 @@ boot.loader = { grub.enable = false; - genric-extlinux-compatible.enable = true; + generic-extlinux-compatible.enable = true; systemd-boot.configurationLimit = 10; systemd-boot.editor = false; };