converted to nix managed paths

This commit is contained in:
Richie Cahill
2024-07-03 17:25:03 -04:00
parent 9c887e0249
commit 68da465b55
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ in
};
volumes = [
"${config.sops.secrets."docker/haproxy_cert".path}:/etc/ssl/certs/cloudflare.pem"
"/root/nix-dotfiles/systems/jeeves/docker/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg"
"${./haproxy.cfg}:/usr/local/etc/haproxy/haproxy.cfg"
];
dependsOn = [
"arch_mirror"