diff --git a/machines/configuration.nix b/machines/configuration.nix index 12bef95..5cff5f1 100644 --- a/machines/configuration.nix +++ b/machines/configuration.nix @@ -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";