This commit is contained in:
parent
9d58fb595f
commit
3c77453787
3 changed files with 18 additions and 0 deletions
|
@ -164,6 +164,12 @@ in {
|
|||
};
|
||||
|
||||
services = {
|
||||
journald = {
|
||||
audit = false;
|
||||
extraConfig = ''
|
||||
MaxRetentionSec=1day
|
||||
'';
|
||||
};
|
||||
openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue