about summary refs log tree commit diff
path: root/nixos/modules/services/networking/nncp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/nncp.nix')
-rw-r--r--nixos/modules/services/networking/nncp.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/modules/services/networking/nncp.nix b/nixos/modules/services/networking/nncp.nix
index f4ed7ecc7d4a6..8c5b5a61a181d 100644
--- a/nixos/modules/services/networking/nncp.nix
+++ b/nixos/modules/services/networking/nncp.nix
@@ -34,9 +34,7 @@ in {
           [](#opt-programs.nncp.settings)
         '';
         socketActivation = {
-          enable = mkEnableOption ''
-            Whether to run nncp-daemon persistently or socket-activated.
-          '';
+          enable = mkEnableOption "socket activation for nncp-daemon";
           listenStreams = mkOption {
             type = with types; listOf str;
             description = ''