feat(heimdall): create user.
This commit is contained in:
parent
b6f6366e2a
commit
8202be48ab
3 changed files with 15 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
AllowUsers = ["root"];
|
||||
AllowUsers = ["root" "crony"];
|
||||
X11Forwarding = false;
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue