`services.smartd.notifications.test = true;` not working

I’m running Nixos unstable with Plasma. In configuration.nix i have

  services.smartd.enable = true;
  services.smartd.notifications.x11.enable = true;
  services.smartd.notifications.test = true;

However, i see no notifications. What else do i have to enable for it to work?