From d4ef6381a0530e76a93e1421c6560ef2847b85e6 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Sat, 18 Jan 2025 17:39:28 +0100 Subject: [PATCH] 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 --- machines/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";