nero: replace moonshine with sunshine

This commit is contained in:
2026-08-27 16:35:52 -04:00
parent f39c337509
commit cfe3179de6
4 changed files with 30 additions and 84 deletions
+6 -23
View File
@@ -76,32 +76,15 @@ in
autoStart = true;
};
moonshine = {
sunshine = {
enable = true;
user = "frank";
uid = 1000;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
settings = {
application = [
{
title = "Steam";
command = [
"/run/current-system/sw/bin/steam"
"steam://open/bigpicture"
];
}
];
application_scanner = [
{
type = "steam";
library = "$HOME/.local/share/Steam";
command = [
"/run/current-system/sw/bin/steam"
"-bigpicture"
"steam://rungameid/{game_id}"
];
}
];
encoder = "vulkan";
output_name = 3;
};
};
};