diff --git a/hardware/base.nix b/hardware/base.nix index e668bcd..aefcfc3 100644 --- a/hardware/base.nix +++ b/hardware/base.nix @@ -12,6 +12,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.initrd.systemd.enable = true; + services.smartd.enable = true; services.smartd.notifications.x11.enable = true; }