tangled
alpha
login
or
join now
ethanholz.com
/
nix-config
0
fork
atom
Reproducible dotfiles in nix
0
fork
atom
overview
issues
pulls
pipelines
feat: add correct gpg format
ethanholz.com
2 weeks ago
babaed3f
cf1625a7
verified
This commit was signed with the committer's
known signature
.
ethanholz.com
SSH Key Fingerprint:
SHA256:+6MQcSZ4BvZD0GRuPWxz1Tj8TssCmDtrV1VWhmNeW8s=
+1
1 changed file
expand all
collapse all
unified
split
lib
shared
home.nix
+1
lib/shared/home.nix
···
266
266
init.defaultBranch = "main";
267
267
rebase.autoStash = true;
268
268
push.autoSetupRemote = true;
269
269
+
gpg.format = "ssh";
269
270
};
270
271
includes = [
271
272
{