diff --git a/hosts/common/gpu-screen-recorder.nix b/hosts/common/gpu-screen-recorder.nix index 8f6334b..83e2c9e 100644 --- a/hosts/common/gpu-screen-recorder.nix +++ b/hosts/common/gpu-screen-recorder.nix @@ -46,6 +46,7 @@ in systemd.user.services."gsr-replay" = { after = [ "graphical-session.target" ]; description = "GPU Screen Recorder replay service"; + enable = false; # Disabled by default to save resources serviceConfig = { Environment = [ "AUDIO_CODEC=opus"