about summary refs log tree commit diff stats
path: root/nix-conf/home/includes
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-06-10 21:06:50 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-06-10 21:06:50 +0100
commit2980c4250292cc202e6197f6057da199d88e30e7 (patch)
tree1881cafa772d8ee06812a0322f7b0f4aa3b33a98 /nix-conf/home/includes
parentb3f9350ede531f60e3e449150ab51f33e9e4c9f6 (diff)
downloaddotfiles-2980c4250292cc202e6197f6057da199d88e30e7.tar.gz
Add default ssh user
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r--nix-conf/home/includes/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix
index 095b2d9..60af625 100644
--- a/nix-conf/home/includes/common.nix
+++ b/nix-conf/home/includes/common.nix
@@ -127,6 +127,7 @@ in
         AddKeysToAgent yes
         IgnoreUnknown UseKeychain
         UseKeychain yes
+        User djm
     '';
     includes = [ "~/.ssh/config_local" ];
     matchBlocks = {