marukuru: set ACME email
This commit is contained in:
parent
2f35c4835b
commit
27f2c9edb7
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue