From a79e7a01a83f76f88dee51e0769e2351738671de Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 9 Apr 2026 11:13:36 -0400 Subject: [PATCH] fix: indentation in nixos file --- docs/deploying/nixos.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/deploying/nixos.mdx b/docs/deploying/nixos.mdx index c6beb41c8..184eb58dd 100644 --- a/docs/deploying/nixos.mdx +++ b/docs/deploying/nixos.mdx @@ -8,8 +8,8 @@ You can acquire Continuwuity with Nix (or [Lix][lix]) from these sources: - Directly from Nixpkgs using the official package (`pkgs.matrix-continuwuity`) - Or, using `continuwuity.packages.${system}.default` from: - - The `flake.nix` at the root of the Continuwuity repo - - The `default.nix` at the root of the Continuwuity repo + - The `flake.nix` at the root of the Continuwuity repo + - The `default.nix` at the root of the Continuwuity repo ## NixOS module @@ -23,8 +23,8 @@ Here's a basic example of how to use the module: { services.matrix-continuwuity = { enable = true; - # Optionally, override the package to be from our flake, for faster updates or unstable versions. - # package = inputs.continuwuity.packages.${pkgs.stdenv.hostPlatform.system}.default; + # Optionally, override the package to be from our flake, for faster updates or unstable versions. + # package = inputs.continuwuity.packages.${pkgs.stdenv.hostPlatform.system}.default; settings = { global = { server_name = "example.com";