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 AAAAQEu1Fnn4fzHw9iN3TcXaZn5wfUXNNS7tDuhm87tJwF37Tp3Js3qntzDRQc1fgQqgcN KqlQN+acvmAge08hRAiA8= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
1 day ago
2 changed files, 34 additions(+), 30 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
66
67
68
69
70
71
72
73
74
diff --git a/dragonwell/services/ugit.nix b/dragonwell/services/ugit.nix
index dd93c5be519af424cee850aa5beb708d90eb7c2b..f2b452edc30b85011aaffe2c0eb66bf6a19cf1ba 100644
--- a/dragonwell/services/ugit.nix
+++ b/dragonwell/services/ugit.nix
@@ -18,29 +18,31 @@       repoDir = "${homeDir}/repos";
       hostKeyFile = "${homeDir}/ugit_ed25519";
       user = "ugit";
       group = "ugit";
-      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";
-          }
-        ];
+      settings = {
+        ssh.clone-url = "ssh://ugit@${host}";
+        http = {
+          port = pubPort;
+          clone-url = "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
@@ -49,9 +51,11 @@   services = {
     ugit = {
       public = opts;
       private = lib.recursiveUpdate opts {
-        ssh.port = 8446;
-        http.port = privPort;
-        showPrivate = true;
+        settings = {
+          ssh.port = 8446;
+          http.port = privPort;
+          show-private = 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 533991b8b67b740352e836e126d3cf5acfacb2cf..35795f264cee5d576750b5c495b70319e0dfe99d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -825,11 +825,11 @@         "tailwind-ctp": "tailwind-ctp",
         "tailwind-ctp-lsp": "tailwind-ctp-lsp"
       },
       "locked": {
-        "lastModified": 1790085520,
-        "narHash": "sha256-r02Hb3LeE9TdiN26GICFRc8ANKLDAGrXawBvr4v7+e0=",
+        "lastModified": 1790276226,
+        "narHash": "sha256-lKO85wstlcnIuqo3iLDk0kH+ZbPfssLAkoqI1Z8Bgcw=",
         "ref": "refs/heads/main",
-        "rev": "b1f33fc696f9209a1f61eacef5abcdcde2b1cd16",
-        "revCount": 109,
+        "rev": "c4ca33ae7dea59f56da4008556190fa72af97daa",
+        "revCount": 112,
         "type": "git",
         "url": "https://git.jolheiser.com/ugit.git"
       },