Unverified Commit 9dd1f943 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos/nextcloud-notify_push: fix defaultText rendering

parent 05e3b3d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ in
    ] (
      opt: options.services.nextcloud.config.${opt} // {
        default = config.services.nextcloud.config.${opt};
        defaultText = "config.services.nextcloud.config.${opt}";
        defaultText = lib.literalExpression "config.services.nextcloud.config.${opt}";
      }
    )
  );