forked from foxora/nix
commented out volume for testing
This commit is contained in:
parent
8a4f8f5513
commit
62b01c6294
1 changed files with 5 additions and 5 deletions
10
snow.nix
10
snow.nix
|
|
@ -73,11 +73,11 @@
|
|||
];
|
||||
|
||||
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