summaryrefslogtreecommitdiff
path: root/env/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-01-07 01:26:07 -0600
committerAlejandro Soto <alejandro@34project.org>2023-01-07 01:27:24 -0600
commitfd156bcd3028a42b6d6a56dc1956d934bf8ea2c9 (patch)
treef525580ba7091d55c7fea1da43422fb1621c9082 /env/default.nix
parent8902317d7f6d20361d96212a5e41621e90df8b67 (diff)
env/acme: move domains, certs out of dmz
Diffstat (limited to '')
-rw-r--r--env/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/env/default.nix b/env/default.nix
index 0290518..ab68406 100644
--- a/env/default.nix
+++ b/env/default.nix
@@ -1,6 +1,7 @@
{ lib, ... }:
with lib; {
imports = [
+ ./acme
./users
];
}