2026-07-04

This commit is contained in:
root 2026-07-04 09:54:45 -03:00
parent 0de07cd804
commit 749bfdf50d
No known key found for this signature in database
12 changed files with 80 additions and 157 deletions

View file

@ -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";