From 1c2aae93b72ce81c0d653f59d388a02402b6156a Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 16 Dec 2024 11:06:49 -0800 Subject: [PATCH] [desktop] Don't autostart sunshine --- roles/desktop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/desktop/default.nix b/roles/desktop/default.nix index 27aaaf0..5cad5cb 100644 --- a/roles/desktop/default.nix +++ b/roles/desktop/default.nix @@ -125,7 +125,7 @@ in }; services.sunshine = { enable = true; - autoStart = true; + autoStart = false; capSysAdmin = true; openFirewall = true; };