feat(heimdall): create user.

This commit is contained in:
CronyAkatsuki 2025-05-04 07:57:44 +02:00
parent b6f6366e2a
commit 8202be48ab
3 changed files with 15 additions and 1 deletions

View file

@ -2,7 +2,7 @@
services.openssh = {
enable = true;
settings = {
AllowUsers = ["root"];
AllowUsers = ["root" "crony"];
X11Forwarding = false;
PasswordAuthentication = false;
};