tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
feat(git): update signing key to use git only key
nel.pet
1 month ago
6b969ba0
3d88fafc
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
home
git.nix
+1
-1
modules/home/git.nix
···
1
1
{ config, wrappers, ...}: let
2
2
name = "nelind";
3
3
email = "nel.n.lindberg@gmail.com";
4
4
-
keyFile = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
4
4
+
keyFile = "${config.home.homeDirectory}/.ssh/id_ed25519_git.pub";
5
5
allowedSignersFile = "${config.home.homeDirectory}/.ssh/allowed_signers";
6
6
in {
7
7
programs.git = {