about summary refs log tree commit diff
path: root/modules/git/default.nix
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-10-10 03:33:47 +0300
committerazahi <azat@bahawi.net>2024-10-10 03:33:47 +0300
commitc6c9929a090aa8022045514e09ecafd57a954c27 (patch)
tree0a71feedcada203c045f94d01bc2d8b733b067ee /modules/git/default.nix
parent2024-08-20 (diff)
2024-10-10
Diffstat (limited to '')
-rw-r--r--modules/git/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/git/default.nix b/modules/git/default.nix
index eb0021d..27c07c4 100644
--- a/modules/git/default.nix
+++ b/modules/git/default.nix
@@ -73,7 +73,7 @@ in
 
             package = if this.isHeadful then pkgs.gitFull else pkgs.gitMinimal;
 
-            userName = my.fullname;
+            userName = my.username;
             userEmail = my.email;
             signing = {
               inherit (my.pgp) key;
@@ -134,6 +134,7 @@ in
                     "nixca" = "gitlab.nixca.dev";
                     "notabug" = "notabug.org";
                     "opencode" = "opencode.net";
+                    "syndicate" = "git.syndicate-lang.org";
                     "torproject" = "gitlab.torproject.org";
                     "videolan" = "code.videolan.org";
                   };
@@ -192,7 +193,6 @@ in
       {
         ark.directories = [ config.services.gitolite.dataDir ];
 
-        # FIXME Plausible, go-import, custom favicon, etc.
         nixfiles.modules.nginx = {
           enable = true;
           virtualHosts.${domain}.locations = { };

Consider giving Nix/NixOS a try! <3