My Nix Infra
nix nixos
0
fork

Configure Feed

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

use gh-sign ssh key, add php redis ext

ydcjeff bc12da29 b2dd536b

+2 -1
+1 -1
config/git/gh
··· 1 1 [user] 2 2 name = ydcjeff 3 3 email = 32727188+ydcjeff@users.noreply.github.com 4 - signingkey = ~/.ssh/gh.pub 4 + signingkey = ~/.ssh/gh-sign.pub 5 5 6 6 [gpg] 7 7 format = ssh
+1
flake.nix
··· 38 38 xdebug 39 39 opentelemetry 40 40 grpc 41 + redis 41 42 ]) 42 43 ); 43 44 extraConfig = ''xdebug.mode=coverage'';