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 ]; }; }