From b29e3bb89289a0a831471dd28fd18023957c7b16 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Sat, 30 Apr 2022 14:43:09 -0700 Subject: [PATCH] nixos/console: inird -> initrd --- nixos/modules/config/console.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/config/console.nix b/nixos/modules/config/console.nix index 69101bca3f21..b60fc55851da 100644 --- a/nixos/modules/config/console.nix +++ b/nixos/modules/config/console.nix @@ -183,7 +183,7 @@ in ]; }) - (mkIf (cfg.earlySetup && !config.boot.inird.systemd.enable) { + (mkIf (cfg.earlySetup && !config.boot.initrd.systemd.enable) { boot.initrd.extraUtilsCommands = '' mkdir -p $out/share/consolefonts ${if substring 0 1 cfg.font == "/" then ''