From 2e4321d347f58abb615c05180a94590e855b4570 Mon Sep 17 00:00:00 2001 From: oqyude Date: Thu, 16 Oct 2025 11:02:40 +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 1b02d12..a284ab7 100644 --- a/home/server.nix +++ b/home/server.nix @@ -40,11 +40,11 @@ in home = { file = { "ssh-config" = { - source = config.lib.file.mkOutOfStoreSymlink ${sshPath}/config; + source = config.lib.file.mkOutOfStoreSymlink "${sshPath}/config"; target = ".ssh/config"; }; "ssh-known" = { - source = config.lib.file.mkOutOfStoreSymlink ${sshPath}/known_hosts; + source = config.lib.file.mkOutOfStoreSymlink "${sshPath}/known_hosts"; target = ".ssh/known_hosts"; }; "Music" = {