not auto start sunshine

This commit is contained in:
Danilo Reyes
2026-01-17 06:00:00 -06:00
parent c87a446a26
commit d146fa68f7
3 changed files with 3 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ in
ollama.enable = lib.mkForce false;
sunshine = {
enable = true;
autoStart = true;
autoStart = false;
capSysAdmin = true;
openFirewall = true;
};