about summary refs log tree commit diff stats
path: root/system/services
diff options
context:
space:
mode:
Diffstat (limited to 'system/services')
-rw-r--r--system/services/postgresql/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/postgresql/default.nix b/system/services/postgresql/default.nix
index 165be27c..4fc26034 100644
--- a/system/services/postgresql/default.nix
+++ b/system/services/postgresql/default.nix
@@ -1,5 +1,5 @@
 {...}: {
   services.postgresql = {
-    enable = true;
+    enable = false;
   };
 }