summary refs log tree commit diff
path: root/nixos/modules/services/networking/freenet.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/freenet.nix')
-rw-r--r--nixos/modules/services/networking/freenet.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/freenet.nix b/nixos/modules/services/networking/freenet.nix
index 3da3ab0c7df..e1737e820a5 100644
--- a/nixos/modules/services/networking/freenet.nix
+++ b/nixos/modules/services/networking/freenet.nix
@@ -22,13 +22,13 @@ in
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = "Enable the Freenet daemon";
+        description = lib.mdDoc "Enable the Freenet daemon";
       };
 
       nice = mkOption {
         type = types.int;
         default = 10;
-        description = "Set the nice level for the Freenet daemon";
+        description = lib.mdDoc "Set the nice level for the Freenet daemon";
       };
 
     };