summary refs log tree commit diff
path: root/nixos/modules/services/misc/sssd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/sssd.nix')
-rw-r--r--nixos/modules/services/misc/sssd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/sssd.nix b/nixos/modules/services/misc/sssd.nix
index fe472a6c68e..6b64045dde8 100644
--- a/nixos/modules/services/misc/sssd.nix
+++ b/nixos/modules/services/misc/sssd.nix
@@ -6,7 +6,7 @@ let
 in {
   options = {
     services.sssd = {
-      enable = mkEnableOption "the System Security Services Daemon.";
+      enable = mkEnableOption "the System Security Services Daemon";
 
       config = mkOption {
         type = types.lines;