1
0
Fork 0
forked from foxora/nix

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 = [ volumes = [
{ #{
image = "/var/lib/microvms/home-assistant/data.img"; #image = "/var/lib/microvms/home-assistant/data.img";
mountPoint = "/var/lib/hass"; #mountPoint = "/var/lib/hass";
autoCreate = false; #autoCreate = false;
} #}
]; ];
}; };