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

@@ -37,7 +37,7 @@ in
# Zram consumes physical memory for compression, which can cause a deadlock and system hang if the model size approaches the physical memory limit.
zramSwap.enable = lib.mkForce false;
services.sunshine.enable = lib.mkForce true;
services.sunshine.enable = false;
services.tuned.ppdSettings.main.default = lib.mkForce "performance";
networking = {