This commit is contained in:
sadan 2025-02-21 22:58:43 -05:00
parent 74b9dc142a
commit 6ff0bc5612
No known key found for this signature in database

View file

@ -2,6 +2,7 @@
{ {
services= { services= {
openssh = { openssh = {
enable = true;
authorizedKeysFiles = ["${./ssh.keys}"]; authorizedKeysFiles = ["${./ssh.keys}"];
}; };
}; };