diff options
Diffstat (limited to 'services/common')
| -rw-r--r-- | services/common/database.nix | 2 |
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; |