fix: 20.03 issues and network issues
This commit is contained in:
parent
1378e7154e
commit
ba39ae9f78
3 changed files with 4 additions and 4 deletions
|
@ -34,8 +34,8 @@
|
|||
configuration.fireqos = {
|
||||
enable = true;
|
||||
interface = "wlp3s0";
|
||||
input = 30000;
|
||||
output = 5000;
|
||||
input = 5000;
|
||||
output = 1200;
|
||||
balance = false;
|
||||
};
|
||||
|
||||
|
|
|
@ -636,7 +636,7 @@ in {
|
|||
"cat ${toString config.krops.userKeys."siteground.contact".target}";
|
||||
imap = {
|
||||
host = "securees5.sgcpanel.com";
|
||||
port = 143;
|
||||
port = 993;
|
||||
tls.useStartTls = true;
|
||||
};
|
||||
# make sure the upstream mail is deleted
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
configuration.fireqos = {
|
||||
enable = true;
|
||||
interface = "wlp1s0";
|
||||
input = 4200;
|
||||
input = 5000;
|
||||
output = 1200;
|
||||
balance = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue