i don't know if this should be used
All checks were successful
Evaluate Hydra Jobs / eval-hydra-jobs (push) Successful in 4m9s

Since only passing though the ssh dir doesn't work, the host would be polluted by all the other hosts writing to etc
This commit is contained in:
ahtlon
2025-01-18 17:39:28 +01:00
parent c416f27c81
commit d4ef6381a0

View File

@@ -56,8 +56,8 @@ let
socket = "store.socket";
}
{
source = "/var/lib/microvms/test/etc/ssh";
mountPoint = "/etc/ssh";
source = "/var/lib/microvms/test/etc/";
mountPoint = "/etc";
tag = "etcssh";
proto = "virtiofs";
socket = "etcssh.socket";