Compare commits

..

No commits in common. "629f8f02d7e7c662d95d7bff415ee18d02fe4490" and "e6d22c106375e1402d8e18cca1566b1e7d313a31" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View file

@ -22,11 +22,6 @@ in {
# only allow PFS-enabled ciphers with AES256
sslCiphers = "AES256+EECDH:AES256+EDH:!aNULL";
# disable access logs
commonHttpConfig= ''
access_log off;
'';
# setup a default site
virtualHosts.default = {
default = lib.mkDefault true;

View file

@ -6,13 +6,7 @@
settings.PasswordAuthentication = false;
};
journald = {
storage = "volatile";
extraConfig = ''
SystemMaxUse=100M
MaxRetentionSec=1d
'';
};
journald.extraConfig = "SystemMaxUse=100M";
};
nix = {