diff --git a/nix/vm.nix b/nix/vm.nix index e7c5d446..cfc50b72 100644 --- a/nix/vm.nix +++ b/nix/vm.nix @@ -20,6 +20,13 @@ in pkgs, ... }: { + nixos-shell = { + inheritPath = false; + mounts = { + mountHome = false; + mountNixProfile = false; + }; + }; virtualisation = { memorySize = 2048; diskSize = 10 * 1024;