move ssh configuration to the right place
This commit is contained in:
parent
95d727c4a5
commit
339b39efcd
|
@ -5,7 +5,7 @@
|
|||
|
||||
home.file = {
|
||||
".ssh/config" = {
|
||||
source = ./config;
|
||||
source = ../../.config/ssh/config;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue