diff --git a/nix/home-server.nix b/nix/home-server.nix index a928ef9..1217c42 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -286,7 +286,7 @@ ]; }; }; - + services.gitea-actions-runner = { instances.infrastructure = { enable = true; @@ -327,7 +327,7 @@ PrivateUsers = false; ProtectHome = false; - Restart = "always"; + Restart = lib.mkForce "always"; };