aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/programs/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home/programs/ssh.nix')
-rw-r--r--nixos/.flake/home/programs/ssh.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/.flake/home/programs/ssh.nix b/nixos/.flake/home/programs/ssh.nix
new file mode 100644
index 0000000..960a5cd
--- /dev/null
+++ b/nixos/.flake/home/programs/ssh.nix
@@ -0,0 +1,8 @@
+{ config, pkgs, ... }:
+
+{
+ programs.ssh = {
+ enable = true;
+ addKeysToAgent = "yes";
+ };
+}