From 60c67903844d7c867a6e502ac08a2a500b469d5d Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Wed, 1 Feb 2023 16:03:33 -0500 Subject: [PATCH] systemd stage 1: Fix gzip wrapping Necessary since #209371 --- nixos/modules/config/console.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/config/console.nix b/nixos/modules/config/console.nix index f5db5dc5dfc..854d7acf923 100644 --- a/nixos/modules/config/console.nix +++ b/nixos/modules/config/console.nix @@ -168,6 +168,7 @@ in "${config.boot.initrd.systemd.package.kbd}/bin/setfont" "${config.boot.initrd.systemd.package.kbd}/bin/loadkeys" "${config.boot.initrd.systemd.package.kbd.gzip}/bin/gzip" # Fonts and keyboard layouts are compressed + "${config.boot.initrd.systemd.package.kbd.gzip}/bin/.gzip-wrapped" ] ++ optionals (hasPrefix builtins.storeDir cfg.font) [ "${cfg.font}" ] ++ optionals (hasPrefix builtins.storeDir cfg.keyMap) [