nixos/console: inird -> initrd

This commit is contained in:
Bernardo Meurer 2022-04-30 14:43:09 -07:00
parent 0ad99dd32e
commit b29e3bb892
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

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