about summary refs log tree commit diff
path: root/users/sterni/machines
diff options
context:
space:
mode:
Diffstat (limited to 'users/sterni/machines')
-rw-r--r--users/sterni/machines/ingeborg/http/code.sterni.lv.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/users/sterni/machines/ingeborg/http/code.sterni.lv.nix b/users/sterni/machines/ingeborg/http/code.sterni.lv.nix
index 843f525de84b..aa42777d2312 100644
--- a/users/sterni/machines/ingeborg/http/code.sterni.lv.nix
+++ b/users/sterni/machines/ingeborg/http/code.sterni.lv.nix
@@ -119,11 +119,14 @@ let
     enable-commit-graph=1
 
     root-title=code.sterni.lv
+    root-desc=
     css=/cgit.css
     head-include=${cgitHead}
 
     mimetype-file=${pkgs.mime-types}/etc/mime.types
 
+    noplainemail=1
+
     about-filter=${depot.tools.cheddar.about-filter}/bin/cheddar-about
     source-filter=${depot.tools.cheddar}/bin/cheddar
     readme=:README.md
@@ -175,8 +178,6 @@ in
         user = "http";
         group = "http";
       };
-      # Default value doesn't work as documented
-      # https://github.com/NixOS/nixpkgs/pull/318599/files#r1673885083
       socket = {
         user = "http";
         group = "http";