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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user