From e70516e78b63ec0cf39bd5652ebdca877891c09c Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 13 May 2026 10:03:14 -0400 Subject: [PATCH] Added access to the secret to version control --- hosts/lazyworkhorse/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; };