summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-09 01:12:03 +0200
committerGitHub <noreply@github.com>2023-09-09 01:12:03 +0200
commit11f492ef734dc16c9e9a39fb38ce0a70f2b6a30a (patch)
tree3250c6f8154b954b548805612f793bfc5fa6024b /nixos
parent864112c7539c5bc2d3928dd67569ad9b50ff9789 (diff)
parentc729c9746e41ef8ceb9ba2222eefcac848c31bca (diff)
downloadnixpkgs-11f492ef734dc16c9e9a39fb38ce0a70f2b6a30a.tar
nixpkgs-11f492ef734dc16c9e9a39fb38ce0a70f2b6a30a.tar.gz
nixpkgs-11f492ef734dc16c9e9a39fb38ce0a70f2b6a30a.tar.bz2
nixpkgs-11f492ef734dc16c9e9a39fb38ce0a70f2b6a30a.tar.lz
nixpkgs-11f492ef734dc16c9e9a39fb38ce0a70f2b6a30a.tar.xz
nixpkgs-11f492ef734dc16c9e9a39fb38ce0a70f2b6a30a.tar.zst
nixpkgs-11f492ef734dc16c9e9a39fb38ce0a70f2b6a30a.zip
Merge pull request #254089 from BruNeu/patch-1
nixos/stalwart-mail: fixed broken link
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/mail/stalwart-mail.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/stalwart-mail.nix b/nixos/modules/services/mail/stalwart-mail.nix
index fdbdc99070b..eb87d9f6f69 100644
--- a/nixos/modules/services/mail/stalwart-mail.nix
+++ b/nixos/modules/services/mail/stalwart-mail.nix
@@ -18,7 +18,7 @@ in {
       default = { };
       description = mdDoc ''
         Configuration options for the Stalwart email server.
-        See <https://stalw.art/docs/> for available options.
+        See <https://stalw.art/docs/category/configuration> for available options.
 
         By default, the module is configured to store everything locally.
       '';