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 committed by _cry64
parent 8a4f8f5513
commit 62b01c6294
Signed by: cry
GPG key ID: F68745A836CA0412

View file

@ -73,11 +73,11 @@
]; ];
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;
} #}
]; ];
}; };