marukuru: set ACME email

This commit is contained in:
Luke Granger-Brown 2020-05-03 17:58:56 +01:00
parent 2f35c4835b
commit 27f2c9edb7

View file

@ -329,6 +329,11 @@ in lib.fix (self: {
selector = "marukuru"; selector = "marukuru";
}; };
security.acme = {
acceptTerms = true;
email = "letsencrypt@lukegb.com";
};
boot.kernel.sysctl."net.ipv4.tcp_congestion_control" = "bbr"; boot.kernel.sysctl."net.ipv4.tcp_congestion_control" = "bbr";
boot.kernel.sysctl."net.core.default_qdisc" = "fq_codel"; boot.kernel.sysctl."net.core.default_qdisc" = "fq_codel";