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