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