about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-11-27 08:43:16 +0100
committerSoispha <soispha@vhack.eu>2023-11-27 08:43:16 +0100
commit3f2f515ca07e4f2cba168dc15926e785541547ec (patch)
tree2837a88baa74f547507983cd8b5fe6979267d487
parentfix(hm/conf/firefox/policies): Use correct attr name (diff)
downloadnixos-config-3f2f515ca07e4f2cba168dc15926e785541547ec.tar.gz
nixos-config-3f2f515ca07e4f2cba168dc15926e785541547ec.zip
feat(sys/srvs/postgresql): Re-enable
-rw-r--r--sys/svcs/postgresql/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svcs/postgresql/default.nix b/sys/svcs/postgresql/default.nix
index 4fc26034..165be27c 100644
--- a/sys/svcs/postgresql/default.nix
+++ b/sys/svcs/postgresql/default.nix
@@ -1,5 +1,5 @@
 {...}: {
   services.postgresql = {
-    enable = false;
+    enable = true;
   };
 }