From de02574fadbbf58159dbabdec42422265233e45f Mon Sep 17 00:00:00 2001 From: oqyude Date: Tue, 30 Dec 2025 16:35:57 +0300 Subject: [PATCH] 123 --- home/server.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/server.nix b/home/server.nix index 2be4aff..5086489 100644 --- a/home/server.nix +++ b/home/server.nix @@ -9,8 +9,8 @@ let symlinksPaths = { "${config.home.homeDirectory}/External/Music" = "Music"; "${xlib.dirs.storage}/beets" = ".config/beets"; - "${xlib.dirs.storage}/ssh" = ".ssh/config"; - "${xlib.dirs.storage}/ssh" = ".ssh/known_hosts"; + "${xlib.dirs.storage}/ssh/config" = ".ssh/config"; + "${xlib.dirs.storage}/ssh/known_hosts" = ".ssh/known_hosts"; }; mkLinks = lib.mapAttrs' (sourcePath: targetPath: { name = targetPath;