Compare commits
No commits in common. "629f8f02d7e7c662d95d7bff415ee18d02fe4490" and "e6d22c106375e1402d8e18cca1566b1e7d313a31" have entirely different histories.
629f8f02d7
...
e6d22c1063
2 changed files with 1 additions and 12 deletions
|
@ -22,11 +22,6 @@ in {
|
||||||
# only allow PFS-enabled ciphers with AES256
|
# only allow PFS-enabled ciphers with AES256
|
||||||
sslCiphers = "AES256+EECDH:AES256+EDH:!aNULL";
|
sslCiphers = "AES256+EECDH:AES256+EDH:!aNULL";
|
||||||
|
|
||||||
# disable access logs
|
|
||||||
commonHttpConfig= ''
|
|
||||||
access_log off;
|
|
||||||
'';
|
|
||||||
|
|
||||||
# setup a default site
|
# setup a default site
|
||||||
virtualHosts.default = {
|
virtualHosts.default = {
|
||||||
default = lib.mkDefault true;
|
default = lib.mkDefault true;
|
||||||
|
|
|
@ -6,13 +6,7 @@
|
||||||
settings.PasswordAuthentication = false;
|
settings.PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
journald = {
|
journald.extraConfig = "SystemMaxUse=100M";
|
||||||
storage = "volatile";
|
|
||||||
extraConfig = ''
|
|
||||||
SystemMaxUse=100M
|
|
||||||
MaxRetentionSec=1d
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
|
Loading…
Reference in a new issue