This commit is contained in:
2025-10-16 11:02:40 +03:00
parent 6340357428
commit 2e4321d347
+2 -2
View File
@@ -40,11 +40,11 @@ in
home = { home = {
file = { file = {
"ssh-config" = { "ssh-config" = {
source = config.lib.file.mkOutOfStoreSymlink ${sshPath}/config; source = config.lib.file.mkOutOfStoreSymlink "${sshPath}/config";
target = ".ssh/config"; target = ".ssh/config";
}; };
"ssh-known" = { "ssh-known" = {
source = config.lib.file.mkOutOfStoreSymlink ${sshPath}/known_hosts; source = config.lib.file.mkOutOfStoreSymlink "${sshPath}/known_hosts";
target = ".ssh/known_hosts"; target = ".ssh/known_hosts";
}; };
"Music" = { "Music" = {