summary refs log tree commit diff
path: root/nixos/modules/services/matrix/conduit.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/matrix/conduit.nix')
-rw-r--r--nixos/modules/services/matrix/conduit.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/matrix/conduit.nix b/nixos/modules/services/matrix/conduit.nix
index 812d463e9e8..c8d89ed33f5 100644
--- a/nixos/modules/services/matrix/conduit.nix
+++ b/nixos/modules/services/matrix/conduit.nix
@@ -23,8 +23,7 @@ in
       package = mkOption {
         type = types.package;
         default = pkgs.matrix-conduit;
-        defaultText = "pkgs.matrix-conduit";
-        example = "pkgs.matrix-conduit";
+        defaultText = lib.literalExpression "pkgs.matrix-conduit";
         description = lib.mdDoc ''
           Package of the conduit matrix server to use.
         '';