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