move ssh configuration to the right place

This commit is contained in:
stupidcomputer 2024-10-26 10:54:25 -05:00
parent 95d727c4a5
commit 339b39efcd
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
home.file = {
".ssh/config" = {
source = ./config;
source = ../../.config/ssh/config;
};
};
}