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
just sign everything
0xda157
2 months ago
c98710c9
615a3c5d
0/1
check.yml
failed
30s
+1
-16
1 changed file
expand all
collapse all
unified
split
modules
users
da157
cli
git
default.nix
+1
-16
modules/users/da157/cli/git/default.nix
···
4
4
signing = {
5
5
format = "openpgp";
6
6
key = "B7AC1B10365D45FF"; # pragma: allowlist secret
7
7
+
signByDefault = true;
7
8
};
8
8
-
includes = [
9
9
-
{
10
10
-
condition = "hasconfig:remote.*.url:**github.com**";
11
11
-
contents = {
12
12
-
commit.gpgsign = true;
13
13
-
tag.gpgsign = true;
14
14
-
};
15
15
-
}
16
16
-
{
17
17
-
condition = "hasconfig:remote.*.url:**codeberg.org**";
18
18
-
contents = {
19
19
-
commit.gpgsign = true;
20
20
-
tag.gpgsign = true;
21
21
-
};
22
22
-
}
23
23
-
];
24
9
};
25
10
}