diff --git a/hosts/FredOS-Macbook.nix b/hosts/FredOS-Macbook.nix index 6f3fb68..32bfd09 100644 --- a/hosts/FredOS-Macbook.nix +++ b/hosts/FredOS-Macbook.nix @@ -69,7 +69,8 @@ Service = { Type = "simple"; ExecStart = "${pkgs.ghostty}/bin/ghostty --initial-window=false"; - Restart = "on-failure"; + Restart = "always"; + RestartSec = 1; }; Install.WantedBy = [ "graphical-session.target" ]; };