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