diff options
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ description = "WebTray Instance for ${name}"; serviceConfig = { Type = "simple"; + Restart = "on-failure"; ExecStart = "${self.packages.${pkgs.system}.default}/bin/webtray ${value.url}${ if value.openInWindow then " --open-at-startup" else "" }"; |