From 1d41cff3dc4c8f37bb5841f51fcbff705e169178 Mon Sep 17 00:00:00 2001 From: pennae Date: Tue, 30 Aug 2022 14:18:54 +0200 Subject: nixos/*: convert straggler options to MD --- nixos/modules/services/monitoring/smartd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules/services/monitoring/smartd.nix') diff --git a/nixos/modules/services/monitoring/smartd.nix b/nixos/modules/services/monitoring/smartd.nix index b3ea014139d..cfebb4b9798 100644 --- a/nixos/modules/services/monitoring/smartd.nix +++ b/nixos/modules/services/monitoring/smartd.nix @@ -135,9 +135,9 @@ in default = "root"; example = "example@domain.tld"; type = types.str; - description = '' + description = lib.mdDoc '' Sender of the notification messages. - Acts as the value of email in the emails' From: ... field. + Acts as the value of `email` in the emails' `From: ...` field. ''; }; -- cgit 1.4.1