summary refs log tree commit diff
path: root/nixos/modules/services/system/self-deploy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/system/self-deploy.nix')
-rw-r--r--nixos/modules/services/system/self-deploy.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/system/self-deploy.nix b/nixos/modules/services/system/self-deploy.nix
index d7130a13c73..ff56206573c 100644
--- a/nixos/modules/services/system/self-deploy.nix
+++ b/nixos/modules/services/system/self-deploy.nix
@@ -30,7 +30,7 @@ in
 
       default = "/default.nix";
 
-      description = ''
+      description = lib.mdDoc ''
         Path to nix file in repository. Leading '/' refers to root of
         git repository.
       '';
@@ -88,7 +88,7 @@ in
 
       default = null;
 
-      description = ''
+      description = lib.mdDoc ''
         Path to SSH private key used to fetch private repositories over
         SSH.
       '';