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

This commit is contained in:
TheRealGramdalf 2024-07-24 08:40:07 +00:00 committed by GitHub
parent 51a72a8271
commit d66d94b37b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
:::
'';
};