This commit is contained in:
2026-03-16 23:09:28 +00:00
parent 8e94344e8a
commit bc336fd6cf
4 changed files with 82 additions and 73 deletions

View File

@@ -17,7 +17,7 @@
{
systemd.services.gpu-limit-on-batt = {
enable = true;
description = "Using rfkill; disable all rf devices before sleeping.";
description = "Gpu Limit";
before = [ "battery.target" ];
serviceConfig = {
@@ -30,7 +30,7 @@
};
systemd.services.gpu-limit-on-ac = {
enable = true;
description = "Using rfkill; disable all rf devices before sleeping.";
description = "Gpu Limit";
before = [ "ac.target" ];
serviceConfig = {