diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index 83b8db1..6f3731f 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -191,6 +191,7 @@ services.dockerStacks = { versioncontrol = { path = self + "/assets/compose/versioncontrol"; + envFile = config.age.secrets.containers_env.path; ports = [ 2222 ]; };