commented out volume for testing
This commit is contained in:
parent
c6b9d4f99a
commit
a8a297d142
1 changed files with 5 additions and 5 deletions
10
snow.nix
10
snow.nix
|
|
@ -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;
|
||||
#}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue