From ca6699f6f453c56e45ca82bd727c5e59cf8967fa Mon Sep 17 00:00:00 2001 From: rope Date: Mon, 18 May 2026 16:58:00 +0100 Subject: [PATCH] macbook: drop unnecessary RestartSec from ghostty daemon Co-Authored-By: Claude Opus 4.6 --- hosts/FredOS-Macbook.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/FredOS-Macbook.nix b/hosts/FredOS-Macbook.nix index 32bfd09..09261bf 100644 --- a/hosts/FredOS-Macbook.nix +++ b/hosts/FredOS-Macbook.nix @@ -70,7 +70,6 @@ Type = "simple"; ExecStart = "${pkgs.ghostty}/bin/ghostty --initial-window=false"; Restart = "always"; - RestartSec = 1; }; Install.WantedBy = [ "graphical-session.target" ]; };