Merge pull request #171062 from lovesegfault/hotfix-nixos-console
nixos/console: inird -> initrd
This commit is contained in:
commit
2415f1e0a5
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ in
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
(mkIf (cfg.earlySetup && !config.boot.inird.systemd.enable) {
|
(mkIf (cfg.earlySetup && !config.boot.initrd.systemd.enable) {
|
||||||
boot.initrd.extraUtilsCommands = ''
|
boot.initrd.extraUtilsCommands = ''
|
||||||
mkdir -p $out/share/consolefonts
|
mkdir -p $out/share/consolefonts
|
||||||
${if substring 0 1 cfg.font == "/" then ''
|
${if substring 0 1 cfg.font == "/" then ''
|
||||||
|
|
Loading…
Reference in a new issue