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 = {
|
configuration.fireqos = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interface = "wlp3s0";
|
interface = "wlp3s0";
|
||||||
input = 30000;
|
input = 5000;
|
||||||
output = 5000;
|
output = 1200;
|
||||||
balance = false;
|
balance = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue