summaryrefslogtreecommitdiff
path: root/config/postgresql.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/postgresql.nix')
-rw-r--r--config/postgresql.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/postgresql.nix b/config/postgresql.nix
deleted file mode 100644
index 5d4aa7d..0000000
--- a/config/postgresql.nix
+++ /dev/null
@@ -1 +0,0 @@
-{ config, lib, pkgs, ... }: { services.postgresql.enable = true; }