grsecurity module: add gradm to system path

+2 -3
+2 -3
nixos/modules/security/grsecurity.nix
··· 52 (isYES "GRKERNSEC_SYSCTL_DISTRO") 53 ]; 54 55 - # Install PaX related utillities into the system profile. Eventually, we 56 - # also want to include gradm here. 57 - environment.systemPackages = with pkgs; [ paxctl pax-utils ]; 58 59 # Install rules for the grsec device node 60 services.udev.packages = [ pkgs.gradm ];
··· 52 (isYES "GRKERNSEC_SYSCTL_DISTRO") 53 ]; 54 55 + # Install PaX related utillities into the system profile. 56 + environment.systemPackages = with pkgs; [ gradm paxctl pax-utils ]; 57 58 # Install rules for the grsec device node 59 services.udev.packages = [ pkgs.gradm ];