disable transmission on gaming pc

This commit is contained in:
2026-03-15 02:59:26 +01:00
parent 50a2e5b53c
commit 44162eb509
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -121,6 +121,7 @@
cores = 2;
};
};
services.transmission.enable = lib.mkForce false;
nix.settings.system-features = [ "gccarch-haswell" ];
+1 -1
View File
@@ -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";