From 7f82ee9300035ebd90c10046663f5d132477e119 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 6 May 2024 16:15:33 +0100 Subject: [PATCH] Enable gitea-runner on odyssey --- hosts/odyssey/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/odyssey/default.nix b/hosts/odyssey/default.nix index cf22543..8446eaa 100644 --- a/hosts/odyssey/default.nix +++ b/hosts/odyssey/default.nix @@ -93,6 +93,7 @@ ]; repoPath = "ssh://iqwu22oq@iqwu22oq.repo.borgbase.com/./repo"; }; + gitea-runner.enable = true; }; shell = { git.enable = true;