diff --git a/hardware/base.nix b/hardware/base.nix index 866b36e..1d119ab 100644 --- a/hardware/base.nix +++ b/hardware/base.nix @@ -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;