fix: foxtrot: enable postgres
Some checks failed
/ check (push) Failing after 4m14s

This commit is contained in:
Daniel Flanagan 2025-03-10 09:36:49 -05:00
parent 2ac774b3cf
commit db03b9329c

View file

@ -91,4 +91,5 @@
preset = "philonmetal";
};
};
services.postgresql.enable = true;
}