users/infinidoge: use configured username for signing key
This commit is contained in:
parent
5ff3ce3080
commit
d8f55daa49
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in
|
|||
extraConfig = {
|
||||
gpg.format = "ssh";
|
||||
commit.gpgsign = true;
|
||||
user.signingkey = "/home/infinidoge/.ssh/id_ed25519.pub";
|
||||
user.signingkey = "/home/${config.home.username}/.ssh/id_ed25519.pub";
|
||||
};
|
||||
};
|
||||
firefox = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue