From 58dd4440eaf6be9d260809b9dcb361d1f46f2abb Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 31 Jul 2025 15:25:21 -0700 Subject: try to spin up haproxy, nginx, and an ACME client no login/ACL stuff yet Change-Id: If6eeaed671b2711dc809e94ea00bc6387dcae2f4 --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e1136ba..e5f2204 100644 --- a/flake.nix +++ b/flake.nix @@ -15,9 +15,14 @@ in { nixosModules.default = { ... }: { imports = [ + ./options.nix ./services/common/database.nix ./services/documents.nix ./services/mattermost.nix + ./services/frontend/common.nix + ./services/frontend/haproxy.nix + ./services/frontend/web-server.nix + ./wrappers/haproxy.nix ]; }; -- cgit 1.4.1