From 1337ce06ab575721598e981a06feb6d89fa57cfe Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 27 Jan 2026 21:22:42 -0700 Subject: [PATCH] adding gitea runner --- nix/home-server.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; };