Infini-DL360/postgresql: fix typo in group name

This commit is contained in:
Infinidoge 2024-10-22 11:51:55 -04:00
parent 8cd8b3a3f9
commit 5fe580fd52
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -4,7 +4,7 @@ let
directory = "/srv/postgresql";
in
{
persist.directories = [{ inherit directory; user = "postgres"; group = "postgresl"; }];
persist.directories = [{ inherit directory; user = "postgres"; group = "postgres"; }];
services.postgresql = {
enable = true;