From 3c010d44fa3ccaac36191dc108269f5d56d434d1 Mon Sep 17 00:00:00 2001 From: oqyude Date: Thu, 1 Jan 2026 18:25:11 +0300 Subject: [PATCH] 123 --- home/wsl.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/wsl.nix b/home/wsl.nix index 4556fdf..35168c8 100644 --- a/home/wsl.nix +++ b/home/wsl.nix @@ -10,6 +10,8 @@ let "${config.home.homeDirectory}/External/Music" = "Music"; "${xlib.dirs.wsl-home}" = "External"; "${xlib.dirs.wsl-storage}/beets" = ".config/beets"; + "${xlib.dirs.wsl-storage}/ssh/config" = ".ssh/config"; + "${xlib.dirs.wsl-storage}/ssh/known_hosts" = ".ssh/known_hosts"; }; mkLinks = lib.mapAttrs' (sourcePath: targetPath: { name = targetPath;