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

nixos/console: inird -> initrd
This commit is contained in:
Bernardo Meurer
2022-04-30 14:43:58 -07:00
committed by GitHub
+1 -1
View File
@@ -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 ''