From f214e2c251c3d229258811fe7b2224b5591d5275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 6 May 2023 15:15:49 +0200 Subject: [PATCH] Don't explizit set console font This is now done by the kernel by default --- hosts/dacbert/default.nix | 6 +----- hosts/glotzbert/default.nix | 5 +---- hosts/rpi-netboot/default.nix | 5 +---- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/hosts/dacbert/default.nix b/hosts/dacbert/default.nix index 35ec278c..abaa02eb 100644 --- a/hosts/dacbert/default.nix +++ b/hosts/dacbert/default.nix @@ -161,11 +161,7 @@ in wheelNeedsPassword = false; }; - # Select internationalisation properties. - console = { - font = "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz"; - keyMap = "de"; - }; + console.keyMap = "de"; services = { # Do not log to flash: diff --git a/hosts/glotzbert/default.nix b/hosts/glotzbert/default.nix index 70d49697..37fdadce 100644 --- a/hosts/glotzbert/default.nix +++ b/hosts/glotzbert/default.nix @@ -36,10 +36,7 @@ interfaces.enp0s25.useDHCP = true; }; - console = { - font = "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz"; - keyMap = "de"; - }; + console.keyMap = "de"; environment.systemPackages = with pkgs; [ chromium diff --git a/hosts/rpi-netboot/default.nix b/hosts/rpi-netboot/default.nix index 2a762cb5..1c3167df 100644 --- a/hosts/rpi-netboot/default.nix +++ b/hosts/rpi-netboot/default.nix @@ -77,10 +77,7 @@ wheelNeedsPassword = false; }; - console = { - font = "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz"; - keyMap = "de"; - }; + console.keyMap = "de"; services = { # Do not log to flash