chore: disabe sunshine

This commit is contained in:
Ryan Yin
2026-03-20 20:23:44 +08:00
parent 0c23a823c6
commit 73363d5ca8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
moonlight-qt # moonlight client, for streaming games/desktop from a PC
@@ -26,7 +26,7 @@
#
# ===============================================================================
services.sunshine = {
enable = false; # default to false, for security reasons.
enable = lib.mkDefault false; # default to false, for security reasons.
autoStart = true;
capSysAdmin = true; # only needed for Wayland -- omit this when using with Xorg
openFirewall = true;