security improvements among other things
This commit is contained in:
parent
bd85fdb12f
commit
1d2c6bb0f0
8 changed files with 66 additions and 32 deletions
|
@ -40,7 +40,11 @@ with builtins;
|
|||
};
|
||||
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
openssh = {
|
||||
passwordAuthentication = false;
|
||||
kbdInteractiveAuthentication = false;
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue