Try constant test keys

This commit is contained in:
ahtlon
2025-01-18 16:34:24 +01:00
parent d8d910f5fd
commit 0d61107515

View File

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