diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-25 17:44:00 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-25 17:44:00 -0700 |
commit | 16ad67b4eba3b77dbe5a602177e64a422ce3efa9 (patch) | |
tree | 702f945f8db47029a006baaceee62e4903a1d2b1 | |
parent | alacritty: use the default colors (diff) | |
download | world-16ad67b4eba3b77dbe5a602177e64a422ce3efa9.tar.gz |
gitea: remove invalid configuration
-rw-r--r-- | hosts/common/server/gitea.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/common/server/gitea.nix b/hosts/common/server/gitea.nix index ec26ca5..d606c75 100644 --- a/hosts/common/server/gitea.nix +++ b/hosts/common/server/gitea.nix @@ -22,7 +22,6 @@ in { log.level = "Error"; settings = { other.SHOW_FOOTER_VERSION = false; }; dump.enable = false; - metrics = { ENABLED = true; }; database = { type = "sqlite3"; user = cfg.user; |