about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--stallo-configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/stallo-configuration.nix b/stallo-configuration.nix
index b58497f9e4b5..c3e73d41f43b 100644
--- a/stallo-configuration.nix
+++ b/stallo-configuration.nix
@@ -17,4 +17,7 @@
       };
     };
   };
+
+  # Enable PostgreSQL for development
+  services.postgresql.enable = true;
 }