mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-30 23:07:12 +02:00
feat(remote-desktop): enable Sunshine on ai and Moonlight on darwin
This commit is contained in:
@@ -56,7 +56,7 @@ in
|
|||||||
maxPoolPercent = 10;
|
maxPoolPercent = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.sunshine.enable = false;
|
services.sunshine.enable = true;
|
||||||
services.tuned.ppdSettings.main.default = lib.mkForce "performance";
|
services.tuned.ppdSettings.main.default = lib.mkForce "performance";
|
||||||
|
|
||||||
powerManagement.resumeCommands = ''
|
powerManagement.resumeCommands = ''
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ in
|
|||||||
"qqmusic"
|
"qqmusic"
|
||||||
# "discord" # update too frequently, use the web version instead
|
# "discord" # update too frequently, use the web version instead
|
||||||
# "windows-app"
|
# "windows-app"
|
||||||
# "moonlight" # remote desktop client
|
"moonlight" # remote desktop client (Sunshine/Moonlight game-stream based)
|
||||||
# "rustdesk" # meeting
|
# "rustdesk" # meeting
|
||||||
# "tencent-meeting"
|
# "tencent-meeting"
|
||||||
"zoom" # meeting
|
"zoom" # meeting
|
||||||
|
|||||||
Reference in New Issue
Block a user