diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bookwyrm.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bookwyrm.nix b/modules/bookwyrm.nix index 5adc498..94b9f28 100644 --- a/modules/bookwyrm.nix +++ b/modules/bookwyrm.nix @@ -67,7 +67,7 @@ in default = false; type = types.bool; description = '' - Whether to set up a simple nginx config to server bookwyrm's `static/` and `image` + Whether to set up a simple nginx config to serve bookwyrm's `static/` and `image` directories. ''; }; |