Added access to the secret to version control

This commit is contained in:
Robert
2026-05-13 10:03:14 -04:00
parent ce3a327ff7
commit e70516e78b

View File

@@ -191,6 +191,7 @@
services.dockerStacks = {
versioncontrol = {
path = self + "/assets/compose/versioncontrol";
envFile = config.age.secrets.containers_env.path;
ports = [ 2222 ];
};