From 9c2e6c65a60471c258975282422c4a1522b01d99 Mon Sep 17 00:00:00 2001 From: imterah Date: Tue, 6 May 2025 07:50:38 -0400 Subject: [PATCH] chore: Correct Traefik path --- hosts/andromeda/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/andromeda/configuration.nix b/hosts/andromeda/configuration.nix index 7e6366f..5a2ef9e 100755 --- a/hosts/andromeda/configuration.nix +++ b/hosts/andromeda/configuration.nix @@ -16,7 +16,7 @@ ../../system/i18n.nix # Docker stacks - ./andromeda/stacks/traefik/docker-compose.nix + ./stacks/traefik/docker-compose.nix ]; users.mutableUsers = false;