From 63baa26bcecc3b7c3ca462ca4a543643ccb78049 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 23:43:12 +0100 Subject: [PATCH] fix user for sops --- hosts/fw.cloonar.com/modules/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index aae8e0b..a6108ff 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -121,7 +121,7 @@ in users.groups.gitea-runner = runner-group; sops.secrets.gitea-runner-token = { - owner = "git-runner"; + owner = "gitea-runner"; }; containers.git-runner = {