From 5c4ad7657bd8a465b89d5e63ca1acd8dbfe73300 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sat, 7 Oct 2023 20:26:59 -0400 Subject: [PATCH] Remove gitea other actions --- nixos-apps/git.ewanick.com.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos-apps/git.ewanick.com.nix b/nixos-apps/git.ewanick.com.nix index 554f1e4..f086848 100644 --- a/nixos-apps/git.ewanick.com.nix +++ b/nixos-apps/git.ewanick.com.nix @@ -14,10 +14,10 @@ in service = { DISABLE_REGISTRATION = true; }; - actions = { - ENABLED = true; - DEFAULT_ACTIONS_URL = "self"; - }; + # actions = { + # ENABLED = true; + # DEFAULT_ACTIONS_URL = "self"; + # }; }; };