add known_hosts file to persist

This commit is contained in:
2024-07-06 14:21:59 +02:00
parent 9db05facea
commit 66dcb2a9f2
2 changed files with 74 additions and 71 deletions

View File

@@ -105,6 +105,9 @@ in
"projects"
"go"
];
files = [
".ssh/known_hosts"
];
};
gtk = {