summary refs log tree commit diff
path: root/nixos/modules/services/misc/domoticz.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/domoticz.nix')
-rw-r--r--nixos/modules/services/misc/domoticz.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/misc/domoticz.nix b/nixos/modules/services/misc/domoticz.nix
index b1353d48404..d01158b327a 100644
--- a/nixos/modules/services/misc/domoticz.nix
+++ b/nixos/modules/services/misc/domoticz.nix
@@ -17,13 +17,13 @@ in {
       bind = mkOption {
         type = types.str;
         default = "0.0.0.0";
-        description = "IP address to bind to.";
+        description = lib.mdDoc "IP address to bind to.";
       };
 
       port = mkOption {
         type = types.int;
         default = 8080;
-        description = "Port to bind to for HTTP, set to 0 to disable HTTP.";
+        description = lib.mdDoc "Port to bind to for HTTP, set to 0 to disable HTTP.";
       };
 
     };