forked from poz/niksos
what the fuck is a "key"
This commit is contained in:
parent
bfb020bc5c
commit
727c080e02
1 changed files with 4 additions and 1 deletions
|
@ -50,7 +50,10 @@
|
|||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = true;
|
||||
settings = {
|
||||
PasswordAuthentication = true;
|
||||
PermitRootLogin = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
services.caddy = {
|
||||
|
|
Loading…
Reference in a new issue