summary refs log tree commit diff stats
path: root/args.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2022-12-04 19:55:53 +0100
committersils <sils@sils.li>2022-12-04 19:55:53 +0100
commitdaebacf02b8597648efd4fb033a9b482d5526634 (patch)
tree7b209e799edb6add0c15334a70bf1f4d27ee8a74 /args.nix
parentAdded new File hint to Readme (diff)
downloadnix-config-daebacf02b8597648efd4fb033a9b482d5526634.tar.gz
nix-config-daebacf02b8597648efd4fb033a9b482d5526634.zip
Configure ssh-agent
Diffstat (limited to 'args.nix')
-rw-r--r--args.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/args.nix b/args.nix
new file mode 100644
index 0000000..4c92320
--- /dev/null
+++ b/args.nix
@@ -0,0 +1,5 @@
+{ config, pkgs, ... }:
+
+{
+	programs.ssh.startAgent = true;
+}