Fix remote builder config.

This commit is contained in:
Tom Alexander
2025-03-26 19:53:32 -04:00
parent 3ecb2fc790
commit 2b20ab5123
2 changed files with 10 additions and 0 deletions

View File

@@ -19,6 +19,12 @@
".ssh/known_hosts"
];
};
users.root = {
home = "/root";
files = [
".ssh/known_hosts"
];
};
};
home-manager.users.talexander =