From 04b0971e593046a3c8de9edb967aab36260752c3 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Mon, 6 Nov 2023 10:21:52 +0100 Subject: [PATCH] fix bug with font in virtual console --- machines/base.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/base.nix b/machines/base.nix index f6857ea..e1d0955 100644 --- a/machines/base.nix +++ b/machines/base.nix @@ -14,7 +14,6 @@ time.timeZone = "Europe/Paris"; i18n.defaultLocale = "en_US.UTF-8"; console = { - font = "Lat2-Terminus16"; keyMap = lib.mkForce "fr"; };