about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-04-15 20:12:24 +0300
committerK900 <me@0upti.me>2024-04-15 20:12:24 +0300
commit784330e27539b55d79959d979df50ff0cb011e26 (patch)
tree7d0fddb7fc5f9cf589389fe3dba2f5739702e7fa /nixos/modules/services/web-apps
parent7d7fedcedea7b082f566e75bfed7aed7950f07e3 (diff)
treewide: nuke remaining mdDoc leftovers
bors when
Diffstat (limited to 'nixos/modules/services/web-apps')
-rw-r--r--nixos/modules/services/web-apps/coder.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/web-apps/coder.nix b/nixos/modules/services/web-apps/coder.nix
index 705eee56ae3f5..318a7c8fc1357 100644
--- a/nixos/modules/services/web-apps/coder.nix
+++ b/nixos/modules/services/web-apps/coder.nix
@@ -75,7 +75,7 @@ in {
       environment = {
         extra = mkOption {
           type = types.attrs;
-          description = lib.mdDoc "Extra environment variables to pass run Coder's server with. See Coder documentation.";
+          description = "Extra environment variables to pass run Coder's server with. See Coder documentation.";
           default = {};
           example = {
             CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS = true;
@@ -84,7 +84,7 @@ in {
         };
         file = mkOption {
           type = types.nullOr types.path;
-          description = lib.mdDoc "Systemd environment file to add to Coder.";
+          description = "Systemd environment file to add to Coder.";
           default = null;
         };
       };