2026-07-04
This commit is contained in:
parent
0de07cd804
commit
749bfdf50d
12 changed files with 80 additions and 157 deletions
|
|
@ -229,7 +229,7 @@
|
|||
|
||||
extraConfig = {
|
||||
SCREENSHOTS = "$HOME/pictures/screenshots";
|
||||
XDG_CACHE_HOME = "$HOME/.cache";
|
||||
XDG_CACHE_HOME = "${HOME}/.cache";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -238,7 +238,7 @@
|
|||
ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks = {
|
||||
settings = {
|
||||
"*" = {
|
||||
serverAliveInterval = 60;
|
||||
serverAliveCountMax = 3;
|
||||
|
|
@ -275,15 +275,15 @@
|
|||
user = {
|
||||
name = "felipematos";
|
||||
email = "5471818+fnzr@users.noreply.github.com";
|
||||
signingkey = "E6C30AB4CD83BB00";
|
||||
signingkey = "${HOME}/.ssh/desktop.pub";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
settings = {
|
||||
user = {
|
||||
email = "felipe@icefox.sh";
|
||||
name = "icefox";
|
||||
email = "felipe@imatos.dev";
|
||||
name = "fmatos";
|
||||
signingkey = "${HOME}/.ssh/desktop.pub";
|
||||
};
|
||||
gpg.format = "ssh";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue