commit fcbf646670b4dacf64f5a55b7c168c1df497fbe7 parent 1bb35f609b7226c2d4f493ea19160c8c1874ff7a Author: Vincent Demeester <vincent@sbr.pm> Date: Fri, 19 Nov 2021 18:16:51 +0100 systems/sakhalin: remove unused 'bus' srht Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | systems/hosts/sakhalin.nix | | | 20 | -------------------- |
1 file changed, 0 insertions(+), 20 deletions(-)
diff --git a/systems/hosts/sakhalin.nix b/systems/hosts/sakhalin.nix @@ -146,26 +146,6 @@ in OnFailure = "status-email-root@%n.service"; }; }; - environment.etc."secrets/srht-token".source = pkgs.mkSecret ../../secrets/token_srht; - # builds.sr.ht: daily builds - systemd.services.builds-srht = { - description = "Daily builds.sr.ht"; - requires = [ "network-online.target" ]; - after = [ "network-online.target" ]; - - restartIfChanged = false; - unitConfig.X-StopOnRemoval = false; - - serviceConfig = { - Type = "oneshot"; - User = "vincent"; - OnFailure = "status-email-root@%n.service"; - }; - - script = "${pkgs.my.bus}/bin/bus"; - - startAt = "daily"; - }; # ape – sync git mirrors systemd.services.ape = { description = "Ape - sync git mirrors";