grsecurity module: set nixpkgs.config.grsecurity = true

This commit is contained in:
Joachim Fasting
2016-09-05 00:56:17 +02:00
parent 8f4a793641
commit 269f739ded
+2
View File
@@ -72,6 +72,8 @@ in
(isNO "GRKERNSEC_NO_RBAC")
];
nixpkgs.config.grsecurity = true;
# Install PaX related utillities into the system profile.
environment.systemPackages = with pkgs; [ gradm paxctl pax-utils ];