Merge pull request #214048 from ElvishJerricco/systemd-stage-1-gzip-wrapped

authored by Artturi and committed by GitHub c30deffd c11c55dd

+1
+1
nixos/modules/config/console.nix
··· 168 168 "${config.boot.initrd.systemd.package.kbd}/bin/setfont" 169 169 "${config.boot.initrd.systemd.package.kbd}/bin/loadkeys" 170 170 "${config.boot.initrd.systemd.package.kbd.gzip}/bin/gzip" # Fonts and keyboard layouts are compressed 171 + "${config.boot.initrd.systemd.package.kbd.gzip}/bin/.gzip-wrapped" 171 172 ] ++ optionals (hasPrefix builtins.storeDir cfg.font) [ 172 173 "${cfg.font}" 173 174 ] ++ optionals (hasPrefix builtins.storeDir cfg.keyMap) [