Enable `console.earlySetup` as it's required for systemd-vconsole-setup.
This commit is contained in:
parent
bd3550ef0e
commit
a3da0a3163
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
boot.initrd.systemd.enable = true;
|
||||
|
||||
# prevents `systemd-vconsole-setup` failing during systemd initrd
|
||||
console.earlySetup = true;
|
||||
systemd.services.systemd-vconsole-setup.unitConfig.After = "local-fs.target";
|
||||
|
||||
services.smartd.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue