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