From 0d61107515501791fbed6f2c3830a5ff72ca51e8 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Sat, 18 Jan 2025 16:34:24 +0100 Subject: [PATCH] Try constant test keys --- machines/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/machines/configuration.nix b/machines/configuration.nix index 9bb98918..12bef953 100644 --- a/machines/configuration.nix +++ b/machines/configuration.nix @@ -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";