15 lines
231 B
Nix
15 lines
231 B
Nix
{
|
|
enable = true;
|
|
settings = {
|
|
user = {
|
|
email = "luca_lise@icloud.com";
|
|
name = "lucalise";
|
|
};
|
|
signing = {
|
|
behavior = "own";
|
|
backend = "ssh";
|
|
key = "~/.ssh/id_ed25519.pub";
|
|
};
|
|
};
|
|
}
|