summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-03 12:13:59 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-03 12:13:59 +0200
commit96ac9532fc8b1074884b0deda5e96674b7352de6 (patch)
tree0270929e6714022d9330091b6ec1aeef7f3f4f25
parent8ab6660fc10e507d916877eb29e75c35a56d3db4 (diff)
downloadnixos-96ac9532fc8b1074884b0deda5e96674b7352de6.tar
nixos-96ac9532fc8b1074884b0deda5e96674b7352de6.tar.gz
nixos-96ac9532fc8b1074884b0deda5e96674b7352de6.tar.bz2
nixos-96ac9532fc8b1074884b0deda5e96674b7352de6.tar.xz
nixos-96ac9532fc8b1074884b0deda5e96674b7352de6.zip
limits in systemd conf
-rw-r--r--bragi.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 4809230a..fbe7d35d 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -119,6 +119,8 @@ in rec {
119 Group = "audio"; 119 Group = "audio";
120 UMask = "0000"; 120 UMask = "0000";
121 Nice = "-15"; 121 Nice = "-15";
122 LimitRTPRIO = "95:95";
123 LimitMEMLOCK = "unlimited:unlimited";
122 }; 124 };
123 }; 125 };
124 126