nixos/console: inird -> initrd

main
Bernardo Meurer 2 years ago
parent 0ad99dd32e
commit b29e3bb892
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246
  1. 2
      nixos/modules/config/console.nix

@ -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…
Cancel
Save