From ef176a800b2563433519404a2952514a82900ddd Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 23:35:57 +0100 Subject: [PATCH] fix typo --- 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 a0c186a..aa7472d 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -150,7 +150,7 @@ in enable = true; url = "https://git.cloonar.com"; name = "main"; - tokenfile = "/run/secrets/gitea-runner-token"; + tokenFile = "/run/secrets/gitea-runner-token"; }; users.users.gitea-runner = runner-user;