Update local desktop and secrets configuration
This commit is contained in:
@@ -185,6 +185,9 @@ in {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
extraConfig = ''
|
||||
Include /home/imalison/config/dotfiles/ssh/config
|
||||
'';
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
forwardAgent = true;
|
||||
@@ -201,6 +204,8 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".ssh/config".force = true;
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 8 * 60 * 60;
|
||||
|
||||
Reference in New Issue
Block a user