From 8a86063347a0df7bc7f8db7f18591abb3183e2cb Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 30 Aug 2023 22:14:53 +0000 Subject: sys/atuin: remove graphical GRUB stuff This frees up precious space in /boot. --- sys/atuin.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys') diff --git a/sys/atuin.nix b/sys/atuin.nix index 50fdeeccf78d..0a19da2ff5ff 100644 --- a/sys/atuin.nix +++ b/sys/atuin.nix @@ -155,6 +155,9 @@ in nix.settings.max-jobs = 2; boot.loader.grub.configurationLimit = 2; + boot.loader.grub.extraGrubInstallArgs = [ "--fonts=" ]; + boot.loader.grub.font = null; + boot.loader.grub.splashImage = null; boot.supportedFilesystems = [ "zfs" ]; -- cgit 1.4.1