summary refs log tree commit diff
path: root/services/common
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@internetsafetylabs.org>2025-07-31 15:25:21 -0700
committerIrene Knapp <ireneista@internetsafetylabs.org>2025-07-31 15:30:51 -0700
commit58dd4440eaf6be9d260809b9dcb361d1f46f2abb (patch)
treefba1b9a42bbac46fa320010d72cca9b6b6b0b77c /services/common
parentd68e26828669648f5f91ac0a44a56a5f5193a432 (diff)
try to spin up haproxy, nginx, and an ACME client
no login/ACL stuff yet

Change-Id: If6eeaed671b2711dc809e94ea00bc6387dcae2f4
Diffstat (limited to 'services/common')
-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;