tangled
alpha
login
or
join now
quasigod.xyz
/
nixconfig
9
fork
atom
My NixOS and Home Manager configurations
9
fork
atom
overview
issues
pulls
pipelines
enable write-change-id-header for jujutsu
quasigod.xyz
5 months ago
7fb7a109
fc1c95ba
verified
This commit was signed with the committer's
known signature
.
quasigod.xyz
SSH Key Fingerprint:
SHA256:IYQIQqk4Il5k+VDa+O4RM4mqCqVtyRilM/eLPbx2jjc=
+4
-1
1 changed file
expand all
collapse all
unified
split
modules
programs
jujutsu.nix
+4
-1
modules/programs/jujutsu.nix
···
18
18
];
19
19
show-cryptographic-signatures = true;
20
20
};
21
21
-
git.private-commits = "description(glob:'private:*')";
21
21
+
git = {
22
22
+
private-commits = "description(glob:'private:*')";
23
23
+
write-change-id-header = true;
24
24
+
};
22
25
signing = {
23
26
behavior = "own";
24
27
backend = "ssh";