diff --git a/hosts/nixos-testbed/configuration.nix b/hosts/nixos-testbed/configuration.nix index bdc782f..21231f1 100755 --- a/hosts/nixos-testbed/configuration.nix +++ b/hosts/nixos-testbed/configuration.nix @@ -53,6 +53,13 @@ }; }; + # VM-specific. }:3 + fileSystems."/persist/dots" = { + device = "mount-dots"; + fsType = "virtiofs"; + mountPoint = "/persist/dots"; + }; + # HACK: This is here temporarily so I can use `/persist` without # Impermanence. This can be removed once impermanence is enabled. # Create a group called `cfg.persistGroupName`