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"; + # }; }; };