cleanup redundant text in modules utilizing mkEnableOption
Closes #59911
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user