From fe091379ee2d66af0c3685e078dd19c20e7dfbe7 Mon Sep 17 00:00:00 2001 From: Lauren Lagarde Date: Wed, 6 Aug 2025 21:52:15 -0500 Subject: [PATCH] Move fortress local config to subdirectory --- systems/fortress/configuration.nix | 4 ++-- systems/fortress/haproxy.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/fortress/configuration.nix b/systems/fortress/configuration.nix index 1e8a546..59c5a0e 100644 --- a/systems/fortress/configuration.nix +++ b/systems/fortress/configuration.nix @@ -69,7 +69,7 @@ "10.86.84.1:5380:8080" ]; volumes = [ - "/home/lauren_lagarde/dnsmasq.conf:/etc/dnsmasq.conf" # TODO + "/home/lauren_lagarde/fortress/dnsmasq.conf:/etc/dnsmasq.conf" # TODO ]; capabilities = { NET_ADMIN = true; }; }; @@ -77,7 +77,7 @@ image = "httpd:latest"; ports = [ "10.86.84.1:8080:80" ]; volumes = [ - "/home/lauren_lagarde/httpd/dotspace:/usr/local/apache2/htdocs" # TODO + "/home/lauren_lagarde/fortress/httpd/dotspace:/usr/local/apache2/htdocs" # TODO ]; }; }; diff --git a/systems/fortress/haproxy.nix b/systems/fortress/haproxy.nix index dfcceeb..4a59de9 100644 --- a/systems/fortress/haproxy.nix +++ b/systems/fortress/haproxy.nix @@ -40,7 +40,7 @@ ]; volumes = [ "/run/secrets/dotspace/pki:/certs" - "/home/lauren_lagarde/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg" # TODO + "/home/lauren_lagarde/fortress/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg" # TODO ]; }; }