diff --git a/hosts/ward/default.nix b/hosts/ward/default.nix index 3b4faf5..ec90811 100644 --- a/hosts/ward/default.nix +++ b/hosts/ward/default.nix @@ -1,7 +1,5 @@ { config, - inputs, - lib, nixos-hardware, pkgs, ... diff --git a/modules/microvms.nix b/modules/microvms.nix index ffb2098..48bf1e8 100644 --- a/modules/microvms.nix +++ b/modules/microvms.nix @@ -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)"; }; };