From 20649ab2093fe49ea0166742c2b1d3ce87102b46 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 14 May 2024 13:22:24 -0500 Subject: [PATCH] Restart units --- agents/linux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/agents/linux.nix b/agents/linux.nix index 6df48c7..ac6803b 100644 --- a/agents/linux.nix +++ b/agents/linux.nix @@ -16,6 +16,7 @@ in { # configure secret for forwarding rules sopsFile = ./secrets.sops.yaml; mode = "0444"; + restartUnits = [ "gitea-runner-default.service" ]; };