Change the console font
diff --git a/modules/locale.nix b/modules/locale.nix
index dbc07b1..e4fdf97 100644
--- a/modules/locale.nix
+++ b/modules/locale.nix
@@ -2,9 +2,6 @@
   config = {
     time.timeZone = "Europe/London";
     i18n.defaultLocale = "en_US.UTF-8";
-    console = {
-      font = "Lat2-Terminus16";
-      keyMap = "uk";
-    };
+    console.keyMap = "uk";
   };
 }