mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
chore: disabe sunshine
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user