forked from mirrors_public/oddlama_nix-config
fix: mount vm datasets under /vms to avoid accidental shadowing on creation
This commit is contained in:
parent
bd8a14deb0
commit
ec3b34a368
2 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
nixos-hardware,
|
||||
pkgs,
|
||||
...
|
||||
|
|
|
@ -437,8 +437,8 @@ in {
|
|||
|
||||
mountpoint = mkOption {
|
||||
type = types.str;
|
||||
default = "/persist/vms/${name}";
|
||||
description = mdDoc "The host's mountpoint for the vm's dataset (will be shared via virtofs as /persist in the vm)";
|
||||
default = "/vms/${name}";
|
||||
description = mdDoc "The host's mountpoint for the vm's dataset (will be shared via virtiofs as /persist in the vm)";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue