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