mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
+2
-2
@@ -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" = {
|
||||
|
||||
Reference in New Issue
Block a user