Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ in
path = [ pkgs.libnotify ];
serviceConfig = {
ExecStart = ''${lib.getExe package} desktop --title "${cfg.services.comin.desktop.title}"'';
# comin fails when started before the desktop notification service
Restart="on-failure";
Comment thread
nlewo marked this conversation as resolved.
RestartSec=5;
};
};

Expand Down