mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #171062 from lovesegfault/hotfix-nixos-console
nixos/console: inird -> initrd
This commit is contained in:
commit
2415f1e0a5
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user