passing thru docker option

This commit is contained in:
John Lancaster
2025-07-03 23:39:27 -05:00
parent 87a27c824c
commit ecfe33d30f

View File

@@ -30,6 +30,7 @@
enableShell = config.enableShell; enableShell = config.enableShell;
ssh = config.ssh; ssh = config.ssh;
_1password = config._1password; _1password = config._1password;
docker = config.docker;
} }
] ++ config.extraImports; ] ++ config.extraImports;