tangled
alpha
login
or
join now
da157.id
/
nix-config
0
fork
atom
0xda157's home-manager and nixos config
0
fork
atom
overview
issues
pulls
pipelines
fix the silly
0xda157
4 months ago
e1341be7
f766e392
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
users
da157
cli
git
default.nix
+1
-1
modules/users/da157/cli/git/default.nix
···
17
17
{
18
18
condition = "hasconfig:remote.*.url:git@codeberg.org*/**";
19
19
contents = {
20
20
-
user.signingKey = secrets."ssh-keys/github".path;
20
20
+
user.signingKey = secrets."ssh-keys/codeberg".path;
21
21
commit.gpgsign = true;
22
22
tag.gpgsign = true;
23
23
};