fix: 20.03 issues and network issues

This commit is contained in:
Ingolf Wagner 2020-05-27 00:31:14 +02:00
parent 1378e7154e
commit ba39ae9f78
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 4 additions and 4 deletions

View file

@ -34,8 +34,8 @@
configuration.fireqos = { configuration.fireqos = {
enable = true; enable = true;
interface = "wlp3s0"; interface = "wlp3s0";
input = 30000; input = 5000;
output = 5000; output = 1200;
balance = false; balance = false;
}; };

View file

@ -636,7 +636,7 @@ in {
"cat ${toString config.krops.userKeys."siteground.contact".target}"; "cat ${toString config.krops.userKeys."siteground.contact".target}";
imap = { imap = {
host = "securees5.sgcpanel.com"; host = "securees5.sgcpanel.com";
port = 143; port = 993;
tls.useStartTls = true; tls.useStartTls = true;
}; };
# make sure the upstream mail is deleted # make sure the upstream mail is deleted

View file

@ -25,7 +25,7 @@
configuration.fireqos = { configuration.fireqos = {
enable = true; enable = true;
interface = "wlp1s0"; interface = "wlp1s0";
input = 4200; input = 5000;
output = 1200; output = 1200;
balance = false; balance = false;
}; };