My Nix Infra
nix nixos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add jj-vcs config, update flake, tidy up gitconfig

+40 -53
-2
.editorconfig
··· 2 2 3 3 [*] 4 4 indent_style = tab 5 - tab_width = 2 6 - indent_size = 2 7 5 end_of_line = lf 8 6 insert_final_newline = true 9 7 trim_trailing_whitespace = true
-1
config/git/cc
··· 4 4 [user] 5 5 name = De-Cheng Yang 6 6 email = dcyang@cs.nctu.edu.tw 7 - signingkey = ~/.ssh/cc.pub
-2
config/git/codeberg
··· 1 - [user] 2 - signingkey = ~/.ssh/codeberg.pub
+5 -28
config/git/config
··· 1 1 [user] 2 - name = jeffydc 2 + name = jeffydc.xyz 3 3 email = vcs@jeffydc.xyz 4 + signingkey = ~/.ssh/vcs-sign-26.pub 4 5 5 6 [commit] 6 7 gpgSign = true ··· 48 49 [rerere] 49 50 enabled = true 50 51 52 + [tag] 53 + gpgSign = true 54 + 51 55 [includeIf "hasconfig:remote.*.url:https://gitlab.it.cs.nycu.edu.tw/**"] 52 56 path = ~/.config/git/cc 53 57 54 58 [includeIf "hasconfig:remote.*.url:ssh://git@gitlab.cc.cs.nctu.edu.tw:10022/**"] 55 59 path = ~/.config/git/cc 56 - 57 - [includeIf "hasconfig:remote.*.url:https://github.com/**"] 58 - path = ~/.config/git/gh 59 - 60 - [includeIf "hasconfig:remote.*.url:ssh://git@github.com/**"] 61 - path = ~/.config/git/gh 62 - 63 - [includeIf "hasconfig:remote.*.url:git@github.com:*/**"] 64 - path = ~/.config/git/gh 65 - 66 - [includeIf "hasconfig:remote.*.url:https://gitlab.com/**"] 67 - path = ~/.config/git/gl 68 - 69 - [includeIf "hasconfig:remote.*.url:ssh://git@gitlab.com/**"] 70 - path = ~/.config/git/gl 71 - 72 - [includeIf "hasconfig:remote.*.url:https://codeberg.org/**"] 73 - path = ~/.config/git/codeberg 74 - 75 - [includeIf "hasconfig:remote.*.url:ssh://git@codeberg.org/**"] 76 - path = ~/.config/git/codeberg 77 - 78 - [includeIf "hasconfig:remote.*.url:git@tangled.org:*/**"] 79 - path = ~/.config/git/tangled 80 - 81 - [includeIf "hasconfig:remote.*.url:git@tangled.sh:*/**"] 82 - path = ~/.config/git/tangled
-2
config/git/gh
··· 1 - [user] 2 - signingkey = ~/.ssh/gh.pub
-2
config/git/gl
··· 1 - [user] 2 - signingkey = ~/.ssh/gl.pub
-3
config/git/tangled
··· 1 - [user] 2 - name = jeffydc.xyz 3 - signingkey = ~/.ssh/tangled.pub
+22
config/jj/config.toml
··· 1 + #:schema https://jj-vcs.github.io/jj/latest/config-schema.json 2 + 3 + [user] 4 + name = "jeffydc.xyz" 5 + email = "vcs@jeffydc.xyz" 6 + 7 + [signing] 8 + behavior = "own" 9 + backend = "ssh" 10 + key = "~/.ssh/vcs-sign-26.pub" 11 + 12 + [git] 13 + fetch = ["origin", "tangled", "codeberg", "github", "upstream"] 14 + 15 + [ui] 16 + default-command = "log" 17 + 18 + [[--scope]] 19 + --when.repositories = ["~/cc"] 20 + [--scope.user] 21 + name = "De-Cheng Yang" 22 + email = "dcyang@cs.nctu.edu.tw"
+13 -13
flake.lock
··· 75 75 ] 76 76 }, 77 77 "locked": { 78 - "lastModified": 1766150702, 79 - "narHash": "sha256-P0kM+5o+DKnB6raXgFEk3azw8Wqg5FL6wyl9jD+G5a4=", 78 + "lastModified": 1768923567, 79 + "narHash": "sha256-GVJ0jKsyXLuBzRMXCDY6D5J8wVdwP1DuQmmvYL/Vw/Q=", 80 80 "owner": "nix-community", 81 81 "repo": "disko", 82 - "rev": "916506443ecd0d0b4a0f4cf9d40a3c22ce39b378", 82 + "rev": "00395d188e3594a1507f214a2f15d4ce5c07cb28", 83 83 "type": "github" 84 84 }, 85 85 "original": { ··· 167 167 ] 168 168 }, 169 169 "locked": { 170 - "lastModified": 1768603898, 171 - "narHash": "sha256-vRV1dWJOCpCal3PRr86wE2WTOMfAhTu6G7bSvOsryUo=", 170 + "lastModified": 1768949235, 171 + "narHash": "sha256-TtjKgXyg1lMfh374w5uxutd6Vx2P/hU81aEhTxrO2cg=", 172 172 "owner": "nix-community", 173 173 "repo": "home-manager", 174 - "rev": "2a63d0e9d2c72ac4d4150ebb242cf8d86f488c8c", 174 + "rev": "75ed713570ca17427119e7e204ab3590cc3bf2a5", 175 175 "type": "github" 176 176 }, 177 177 "original": { ··· 183 183 }, 184 184 "nixpkgs": { 185 185 "locked": { 186 - "lastModified": 1768621446, 187 - "narHash": "sha256-vIRLe/pJTsxCw5wjBNtQcAzOSQmA0ECUG26/WMuI0kk=", 188 - "rev": "72ac591e737060deab2b86d6952babd1f896d7c5", 186 + "lastModified": 1769318308, 187 + "narHash": "sha256-O2rv+3nFinYI/bPcldqotnVI+5frRStyCfAXAG/q6bg=", 188 + "rev": "1cd347bf3355fce6c64ab37d3967b4a2cb4b878c", 189 189 "type": "tarball", 190 - "url": "https://releases.nixos.org/nixos/25.11/nixos-25.11.4137.72ac591e7370/nixexprs.tar.xz" 190 + "url": "https://releases.nixos.org/nixos/25.11/nixos-25.11.4657.1cd347bf3355/nixexprs.tar.xz" 191 191 }, 192 192 "original": { 193 193 "type": "tarball", ··· 248 248 "tinted-zed": "tinted-zed" 249 249 }, 250 250 "locked": { 251 - "lastModified": 1768493544, 252 - "narHash": "sha256-9qk2W/6GJWLAFXNruK/zdJ0bm3bfP50vJFbtuAjQpa4=", 251 + "lastModified": 1769472288, 252 + "narHash": "sha256-RdnbroWsujYh1MaMhDpP5QM+bRIGG6smz987v1fli+U=", 253 253 "owner": "nix-community", 254 254 "repo": "stylix", 255 - "rev": "362306faaa7459bebf8eabf135879785f3da9bd2", 255 + "rev": "c2c4a3ad52c096db1c8dde97d3d21451613f000c", 256 256 "type": "github" 257 257 }, 258 258 "original": {