diff options
author | Alan Pearce | 2022-09-02 13:26:47 +0200 |
---|---|---|
committer | Alan Pearce | 2022-09-02 13:26:47 +0200 |
commit | 1c6342bf7e1ca611d9728b3fb5e0e45cd16538bb (patch) | |
tree | fc632989d74f5e843ed7daf96988e38249c24fae /system/settings | |
parent | 2fe27c9500cdbbd12fa2363e3df4a34f3a1fa7f4 (diff) | |
download | nixfiles-1c6342bf7e1ca611d9728b3fb5e0e45cd16538bb.tar.lz nixfiles-1c6342bf7e1ca611d9728b3fb5e0e45cd16538bb.tar.zst nixfiles-1c6342bf7e1ca611d9728b3fb5e0e45cd16538bb.zip |
gaming: install ananicy
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/gaming.nix | 7 |
1 files changed, 6 insertions, 1 deletions
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 |