rework weird ssh module
This commit is contained in:
parent
49c456f506
commit
65ced5335c
3 changed files with 25 additions and 41 deletions
|
@ -34,16 +34,12 @@ in {
|
|||
|
||||
modules = {
|
||||
services = {
|
||||
ssh = {
|
||||
enable = true;
|
||||
requirePassword = false;
|
||||
};
|
||||
ssh.enable = true;
|
||||
ssh.enableMoshSupport = true;
|
||||
|
||||
postgres.enable = true;
|
||||
|
||||
redis.enable = true;
|
||||
|
||||
mosh.enable = true;
|
||||
};
|
||||
|
||||
security.useDoas = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue