Skip to content

Commit

Permalink
chore: port postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jul 4, 2024
1 parent e73305c commit 84a99cb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions nix/postgres/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,10 @@ in
SQL expressions separated by a semi-colon.
'';
};
outputs.settings = lib.mkOption {
type = types.deferredModule;
internal = true;
readOnly = true;
default =
};
config = {
outputs = {
settings =
{
processes = {
# DB initialization
Expand Down

0 comments on commit 84a99cb

Please sign in to comment.