summaryrefslogtreecommitdiff
path: root/hosts/wsl
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/wsl')
-rw-r--r--hosts/wsl/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/wsl/default.nix b/hosts/wsl/default.nix
index 55feeb2..dae77b5 100644
--- a/hosts/wsl/default.nix
+++ b/hosts/wsl/default.nix
@@ -16,4 +16,11 @@
sphinx
inputs.self.packages.${system}.arcanist
];
+
+ # wsl ssh key
+ home-manager.users.${config.user} = {
+ programs.ssh = {
+ extraConfig = "IdentityFile ~/.ssh/id_wsl\n";
+ };
+ };
}