Compare commits
2 commits
c0aeed8ea4
...
980abb4022
Author | SHA1 | Date | |
---|---|---|---|
980abb4022 |
|||
145286e80f |
2 changed files with 5 additions and 12 deletions
|
@ -26,9 +26,10 @@ in {
|
||||||
# it has much higher rate limits.
|
# it has much higher rate limits.
|
||||||
# server = "https://acme-staging-v02.api.letsencrypt.org/directory";
|
# server = "https://acme-staging-v02.api.letsencrypt.org/directory";
|
||||||
};
|
};
|
||||||
# certs = {
|
certs = {
|
||||||
# "copeberg.org" = mkAcmeCert "copeberg.org";
|
"copeberg.org" = mkAcmeCert "copeberg.org";
|
||||||
# "info.copeberg.org" = mkAcmeCert "info.copeberg.org";
|
"info.copeberg.org" = mkAcmeCert "info.copeberg.org";
|
||||||
# };
|
"mail.charlieroot.dev" = mkAcmeCert "mail.charlieroot.dev";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -89,14 +89,6 @@ in {
|
||||||
logEvents = true;
|
logEvents = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# INFO: Only works on Intel
|
|
||||||
undervolt = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
tempBat = 65;
|
|
||||||
package = pkgs.undervolt;
|
|
||||||
};
|
|
||||||
|
|
||||||
auto-cpufreq = {
|
auto-cpufreq = {
|
||||||
enable = false;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue