summary refs log tree commit diff
path: root/services/common/database.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/common/database.nix')
-rw-r--r--services/common/database.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/common/database.nix b/services/common/database.nix
index d52916e..995ab22 100644
--- a/services/common/database.nix
+++ b/services/common/database.nix
@@ -1,8 +1,6 @@
 { lib, pkgs, ... }:
 
 {
-  imports = [ ];
-
   services.postgresql = {
     enable = true;