flake: apply nixpkgs-fmt treewide

This commit is contained in:
Infinidoge 2024-05-26 04:57:59 -04:00
parent 8c3d03e9cb
commit b3c0bc9cb0
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
13 changed files with 279 additions and 276 deletions

View file

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