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
commit 2415f1e0a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ''