From c6c9929a090aa8022045514e09ecafd57a954c27 Mon Sep 17 00:00:00 2001 From: azahi Date: Thu, 10 Oct 2024 03:33:47 +0300 Subject: 2024-10-10 --- modules/git/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/git/default.nix') 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 = { }; -- cgit 1.4.1