Merge pull request #171062 from lovesegfault/hotfix-nixos-console

nixos/console: inird -> initrd

authored by Bernardo Meurer and committed by GitHub 2415f1e0 0ad99dd3

+1 -1
+1 -1
nixos/modules/config/console.nix
··· 183 183 ]; 184 184 }) 185 185 186 - (mkIf (cfg.earlySetup && !config.boot.inird.systemd.enable) { 186 + (mkIf (cfg.earlySetup && !config.boot.initrd.systemd.enable) { 187 187 boot.initrd.extraUtilsCommands = '' 188 188 mkdir -p $out/share/consolefonts 189 189 ${if substring 0 1 cfg.font == "/" then ''