diff --git a/hosts/gaming-pc.nix b/hosts/gaming-pc.nix index 5ffb30d..542ab74 100644 --- a/hosts/gaming-pc.nix +++ b/hosts/gaming-pc.nix @@ -121,6 +121,7 @@ cores = 2; }; }; + services.transmission.enable = lib.mkForce false; nix.settings.system-features = [ "gccarch-haswell" ]; diff --git a/modules/system/users.nix b/modules/system/users.nix index 4a07080..693c72c 100644 --- a/modules/system/users.nix +++ b/modules/system/users.nix @@ -47,7 +47,7 @@ in programs.virt-manager.enable = true; services.transmission = { - enable = config.lumpiasty.pc; + enable = config.lumpiasty.pc && (config.lumpiasty.gaming == false); package = pkgs.transmission_4; # For some reason 3.x is still default user = "user"; group = "users";