parent
d1a110c12d
commit
49e18d684f
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
|
|
||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
|
|
||||||
|
# prevents `systemd-vconsole-setup` failing during systemd initrd
|
||||||
|
systemd.services.systemd-vconsole-setup.unitConfig.After = "local-fs.target";
|
||||||
|
|
||||||
services.smartd.enable = true;
|
services.smartd.enable = true;
|
||||||
services.smartd.notifications.x11.enable = true;
|
services.smartd.notifications.x11.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue