all repos

dotfiles @ 0efc4d0

i use rach linux btw
2 files changed, 2 insertions(+), 2 deletions(-)
git,jj: switch to separate ssh signing key
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-11-20 17:50:11 +0200
Authored at: 2025-11-20 16:42:44 +0200
Parent: a393bfa
M config/git/config
···
        3
        3
         [user]

      
        4
        4
             name = Oleksandr Smirnov

      
        5
        5
             email = olexsmir@gmail.com

      
        6
        
        -    signingkey = ~/.ssh/id_ed25519.pub

      
        
        6
        +    signingkey = ~/.ssh/git-sign.pub

      
        7
        7
         

      
        8
        8
         [gpg]

      
        9
        9
             program = gpg2

      
M config/jj/config.toml
···
        13
        13
         

      
        14
        14
         [signing]

      
        15
        15
         backend = "ssh"

      
        16
        
        -key = "~/.ssh/id_ed25519.pub"

      
        
        16
        +key = "~/.ssh/git-sign.pub"

      
        17
        17
         

      
        18
        18
         [git]

      
        19
        19
         sign-on-push = true