diff --git a/stallo-configuration.nix b/stallo-configuration.nix index b58497f9e..c3e73d41f 100644 --- a/stallo-configuration.nix +++ b/stallo-configuration.nix @@ -17,4 +17,7 @@ }; }; }; + + # Enable PostgreSQL for development + services.postgresql.enable = true; }