prepare for server config

This commit is contained in:
twoneis 2025-02-06 17:27:03 +01:00
parent d745c36a31
commit 78241b550d
12 changed files with 26 additions and 27 deletions

View file

@ -1,7 +0,0 @@
{ ... }: {
services.openssh.enable = true;
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5i6DgsV5wbkkEJzFbN624Sz0CKg9LGplfJUjeCpAdE"
];
}