mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 10:06:15 +01:00
ssh and vscode
This commit is contained in:
@@ -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;
|
||||
# '';
|
||||
# };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user