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 signing pattern?
0xda157
2 months ago
8314d746
09d1ff36
0/1
check.yml
failed
32s
+2
-2
1 changed file
expand all
collapse all
unified
split
modules
users
da157
cli
git
default.nix
+2
-2
modules/users/da157/cli/git/default.nix
···
10
10
};
11
11
includes = [
12
12
{
13
13
-
condition = "hasconfig:remote.*.url:*github.com*/**";
13
13
+
condition = "hasconfig:remote.*.url:*github.com**";
14
14
contents = {
15
15
commit.gpgsign = true;
16
16
tag.gpgsign = true;
17
17
};
18
18
}
19
19
{
20
20
-
condition = "hasconfig:remote.*.url:*codeberg.org*/**";
20
20
+
condition = "hasconfig:remote.*.url:*codeberg.org**";
21
21
contents = {
22
22
commit.gpgsign = true;
23
23
tag.gpgsign = true;