ssh and vscode

This commit is contained in:
2024-11-07 17:24:17 +01:00
parent 9a63e0423e
commit a551e28e24
10 changed files with 179 additions and 12 deletions

View File

@@ -2,6 +2,16 @@
services.gpg-agent = {
enable = true;
defaultCacheTtl = 1800;
enableSshSupport = true;
# enableSshSupport = true;
};
# programs.ssh = {
# startAgent = true;
# # agentTimeout = "1h";
# extraConfig = ''
# AddKeysToAgent yes
# IdentityFile ~/.ssh/senpai_ed25519;
# '';
# };
}