mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-22 08:48:29 +02:00
feat: add power management service
This commit is contained in:
@@ -19,6 +19,7 @@ in
|
||||
|
||||
# disable sunshine for securrity
|
||||
services.sunshine.enable = lib.mkForce false;
|
||||
services.tuned.ppdSettings.main.default = lib.mkForce "power-saver";
|
||||
|
||||
networking = {
|
||||
inherit hostName;
|
||||
|
||||
@@ -25,6 +25,7 @@ in
|
||||
];
|
||||
|
||||
services.sunshine.enable = lib.mkForce true;
|
||||
services.tuned.ppdSettings.main.default = lib.mkForce "performance";
|
||||
|
||||
networking = {
|
||||
inherit hostName;
|
||||
|
||||
Reference in New Issue
Block a user