Home

infra @main - refs - log -
-
https://git.jolheiser.com/infra.git
My NixOS infrastructure
tree log patch
dragonwell: update ugit Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQKfa2ZffD3ptdXqiToOm+P2R6n9PJkbicVzpMst3wg/GBGlF/HUV1u8ZMN+32M54vQ X6nA46V1VuqjMZYQnAwwU= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
8 hours ago
2 changed files, 30 additions(+), 25 deletions(-)
dragonwell/services/ugit.nixflake.lock
M dragonwell/services/ugit.nix -> dragonwell/services/ugit.nix
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
diff --git a/dragonwell/services/ugit.nix b/dragonwell/services/ugit.nix
index c268b6d82eb99a133100c153907bcb7ae8411d6b..dd93c5be519af424cee850aa5beb708d90eb7c2b 100644
--- a/dragonwell/services/ugit.nix
+++ b/dragonwell/services/ugit.nix
@@ -18,22 +18,29 @@       repoDir = "${homeDir}/repos";
       hostKeyFile = "${homeDir}/ugit_ed25519";
       user = "ugit";
       group = "ugit";
-      config = {
-        ssh.clone-url = "ugit@${host}";
-        http = {
-          port = pubPort;
-          clone-url = "https://${host}";
-        };
-        log.json = true;
-        profile = {
-          username = jolheiser.username;
-          email = "ugit@${jolheiser.domain}";
-          links = [
-            "Github,https://github.com/jolheiser"
-            "Gitea,https://gitea.com/jolheiser"
-            "Tangled,https://tangled.sh/@jolheiser.com"
-          ];
-        };
+      ssh.cloneUrl = "ugit@${host}";
+      http = {
+        port = pubPort;
+        cloneUrl = "https://${host}";
+      };
+      log.json = true;
+      profile = {
+        username = jolheiser.username;
+        email = "ugit@${jolheiser.domain}";
+        links = [
+          {
+            name = "GitHub";
+            url = "https://github.com/jolheiser";
+          }
+          {
+            name = "Gitea";
+            url = "https://gitea.com/jolheiser";
+          }
+          {
+            name = "Tangled";
+            url = "https://tangled.org/jolheiser.com";
+          }
+        ];
       };
     };
 in
@@ -42,11 +49,9 @@   services = {
     ugit = {
       public = opts;
       private = lib.recursiveUpdate opts {
-        config = {
-          ssh.port = 8446;
-          http.port = privPort;
-          show-private = true;
-        };
+        ssh.port = 8446;
+        http.port = privPort;
+        showPrivate = true;
       };
     };
     tailproxy.ugit = {
M flake.lock -> flake.lock
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/flake.lock b/flake.lock
index 8c293c8935b8530ee0cafc50310ab69142c7984a..533991b8b67b740352e836e126d3cf5acfacb2cf 100644
--- a/flake.lock
+++ b/flake.lock
@@ -825,11 +825,11 @@         "tailwind-ctp": "tailwind-ctp",
         "tailwind-ctp-lsp": "tailwind-ctp-lsp"
       },
       "locked": {
-        "lastModified": 1784297924,
-        "narHash": "sha256-R2tkm+bqXH5HodYo7OKQZsKdGexi93H1KtCUId63Zzk=",
+        "lastModified": 1790085520,
+        "narHash": "sha256-r02Hb3LeE9TdiN26GICFRc8ANKLDAGrXawBvr4v7+e0=",
         "ref": "refs/heads/main",
-        "rev": "32a2a04127aa8e7ee6eaeca9da4850df00fe5428",
-        "revCount": 106,
+        "rev": "b1f33fc696f9209a1f61eacef5abcdcde2b1cd16",
+        "revCount": 109,
         "type": "git",
         "url": "https://git.jolheiser.com/ugit.git"
       },