From fcdfc3203dce88694bd91b48b0f33d02aa8fecf6 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 14 Jul 2024 02:19:59 -0400 Subject: [PATCH] Infini-DL360/forgejo: persist forgejo runners --- hosts/Infini-DL360/forgejo.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Infini-DL360/forgejo.nix b/hosts/Infini-DL360/forgejo.nix index a2bb110..4da86f6 100644 --- a/hosts/Infini-DL360/forgejo.nix +++ b/hosts/Infini-DL360/forgejo.nix @@ -4,6 +4,8 @@ let domain = config.common.subdomain "git"; in { + persist.directories = [ "/var/lib/private/gitea-runner/" ]; + services.forgejo = { enable = true;