This commit is contained in:
sadan 2025-02-21 21:45:59 -05:00
parent de4282f257
commit 69777aa4dc
No known key found for this signature in database
14 changed files with 259 additions and 26 deletions

View file

@ -0,0 +1,8 @@
{ ... }:
{
services= {
openssh = {
authorizedKeysFiles = ["${./ssh.keys}"];
};
};
}