nixos/caddy: fix group option description (#328034)

This commit is contained in:
TheRealGramdalf
2024-07-24 16:40:07 +08:00
committed by GitHub
parent 51a72a8271
commit d66d94b37b
@@ -84,12 +84,12 @@ in
default = "caddy";
type = types.str;
description = ''
Group account under which caddy runs.
Group under which caddy runs.
::: {.note}
If left as the default value this user will automatically be created
If left as the default value this group will automatically be created
on system activation, otherwise you are responsible for
ensuring the user exists before the Caddy service starts.
ensuring the group exists before the Caddy service starts.
:::
'';
};