From 6b36602e06ee2c1ffe8d8a68119827fa62cf9751 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Tue, 5 Aug 2025 18:00:19 +0200 Subject: [PATCH] console.font: use default The meaning of the option appears to have slightly changed, it errors during early boot now. Defaults are fine. --- common/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/default.nix b/common/default.nix index c25fc12..1fef46d 100644 --- a/common/default.nix +++ b/common/default.nix @@ -28,7 +28,6 @@ in # configure console console = { - font = "Lat2-Terminus16"; keyMap = "de"; };