From 1c6342bf7e1ca611d9728b3fb5e0e45cd16538bb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 2 Sep 2022 13:26:47 +0200 Subject: gaming: install ananicy --- system/settings/gaming.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'system') diff --git a/system/settings/gaming.nix b/system/settings/gaming.nix index 8623a555..09c7e535 100644 --- a/system/settings/gaming.nix +++ b/system/settings/gaming.nix @@ -6,7 +6,7 @@ enable = true; settings = { general = { - renice = 1; + renice = 5; }; custom = { @@ -29,6 +29,11 @@ ''; }; + services.ananicy = { + enable = true; + package = pkgs.ananicy-cpp; + }; + networking.firewall = { allowedUDPPorts = [ 27031 -- cgit 1.4.1