Skip to content

Commit

Permalink
fix: correct use of module option to enable PostgreSQL server in flak…
Browse files Browse the repository at this point in the history
…e.nix
  • Loading branch information
JakobLichterfeld committed Oct 5, 2024
1 parent 1ecfa45 commit 5db417a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
DATABASE_PASS=123456789
RELEASE_COOKIE=123456789
'';
postgres.enable = true;
postgres.enable_server = true;
grafana.enable = true;
};
};
Expand Down

0 comments on commit 5db417a

Please sign in to comment.