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" = {