about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/user/profpatsch/services/dunst.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/profpatsch/services/dunst.nix b/modules/user/profpatsch/services/dunst.nix
index a43c24d0..53758f20 100644
--- a/modules/user/profpatsch/services/dunst.nix
+++ b/modules/user/profpatsch/services/dunst.nix
@@ -70,6 +70,7 @@ in {
         BusName = "org.freedesktop.Notifications";
         ExecStart = "${lib.getBin pkgs.dunst}/bin/dunst -config ${pkgs.writeText "dunst.conf" (toDunstINI cfg.settings)}";
         Restart = "on-failure";
+        RestartSec = "1";
       };
       partOf = [ "graphical-session.target" ];
       wantedBy = [ "graphical-session.target" ];