diff --git a/nixos/modules/security/grsecurity.nix b/nixos/modules/security/grsecurity.nix
index 348f3cb5e95a..e825679c343c 100644
--- a/nixos/modules/security/grsecurity.nix
+++ b/nixos/modules/security/grsecurity.nix
@@ -31,9 +31,9 @@ in
description = ''
Whether to automatically lock grsecurity tunables
(). Disable
- this to allow configuration of grsecurity features while the system is
- running. The lock can be manually engaged by activating the
- grsec-lock service unit.
+ this to allow runtime configuration of grsecurity features. Activate
+ the grsec-lock service unit to prevent further
+ configuration until the next reboot.
'';
};