mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-30 14:57: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;
|
||||
};
|
||||
|
||||
services.sunshine.enable = false;
|
||||
services.sunshine.enable = true;
|
||||
services.tuned.ppdSettings.main.default = lib.mkForce "performance";
|
||||
|
||||
powerManagement.resumeCommands = ''
|
||||
|
||||
@@ -170,7 +170,7 @@ in
|
||||
"qqmusic"
|
||||
# "discord" # update too frequently, use the web version instead
|
||||
# "windows-app"
|
||||
# "moonlight" # remote desktop client
|
||||
"moonlight" # remote desktop client (Sunshine/Moonlight game-stream based)
|
||||
# "rustdesk" # meeting
|
||||
# "tencent-meeting"
|
||||
"zoom" # meeting
|
||||
|
||||
Reference in New Issue
Block a user