My Nix Configuration

[marvin.services] git: Update router logging config

DISABLE_ROUTER_LOG is deprecated and will be removed in gitea
1.21/Forgejo 8.0.0

Changed files
+1 -3
systems
x86_64-linux
marvin
services
+1 -3
systems/x86_64-linux/marvin/services/git.nix
···
attachment = {
MAX_SIZE = 200;
};
-
log = {
-
DISABLE_ROUTER_LOG = true;
-
};
+
log."logger.router.MODE" = "";
mailer = {
ENABLED = true;
FROM = "PyroNet Git <git@pyrox.dev>";