commented out volume for testing

This commit is contained in:
foxora 2026-02-21 17:20:53 +00:00
parent c6b9d4f99a
commit a8a297d142

View file

@ -75,11 +75,11 @@ cerulean.mkNexus ./. (self: {
];
volumes = [
{
image = "/var/lib/microvms/home-assistant/data.img";
mountPoint = "/var/lib/hass";
autoCreate = false;
}
#{
#image = "/var/lib/microvms/home-assistant/data.img";
#mountPoint = "/var/lib/hass";
#autoCreate = false;
#}
];
};