flake: apply nixpkgs-fmt treewide
This commit is contained in:
parent
8c3d03e9cb
commit
b3c0bc9cb0
13 changed files with 279 additions and 276 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue