i don't know if this should be used

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"; socket = "store.socket";
} }
{ {
source = "/var/lib/microvms/test/etc/ssh"; source = "/var/lib/microvms/test/etc/";
mountPoint = "/etc/ssh"; mountPoint = "/etc";
tag = "etcssh"; tag = "etcssh";
proto = "virtiofs"; proto = "virtiofs";
socket = "etcssh.socket"; socket = "etcssh.socket";