From e92283e9d00fdecd8cbf8302ef06bbe540d1175c Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Mon, 1 Feb 2021 23:37:08 -0700 Subject: [PATCH] suites: fix play --- profiles/suites.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/suites.nix b/profiles/suites.nix index 99a901a0..a359c28c 100644 --- a/profiles/suites.nix +++ b/profiles/suites.nix @@ -24,7 +24,7 @@ mapAttrs (_: v: lib.flk.profileMap v) play = graphics ++ [ graphical.games - torrent + network.torrent misc.disable-mitigations ];