home: Use different SSH key to sign commits with jujutsu
This commit is contained in:
parent
d6538f950b
commit
22fe8a0919
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ in
|
|||
enable = true;
|
||||
name = "Erwin Boskma";
|
||||
email = "erwin@datarift.nl";
|
||||
signingKey = "${homeCfg.home.homeDirectory}/.ssh/id_ed25519_sk_personal.pub";
|
||||
signingKey = "${homeCfg.home.homeDirectory}/.ssh/id_ed25519";
|
||||
signingBackend = "ssh";
|
||||
};
|
||||
mpd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue