disable transmission on gaming pc
This commit is contained in:
@@ -121,6 +121,7 @@
|
|||||||
cores = 2;
|
cores = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.transmission.enable = lib.mkForce false;
|
||||||
|
|
||||||
nix.settings.system-features = [ "gccarch-haswell" ];
|
nix.settings.system-features = [ "gccarch-haswell" ];
|
||||||
|
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ in
|
|||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
services.transmission = {
|
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
|
package = pkgs.transmission_4; # For some reason 3.x is still default
|
||||||
user = "user";
|
user = "user";
|
||||||
group = "users";
|
group = "users";
|
||||||
|
|||||||
Reference in New Issue
Block a user